Searched refs:log_info_errno (Results 1 - 7 of 7) sorted by relevance
/systemd/src/journal/ |
H A D | test-compress.c | 73 log_info_errno(r, "compression failed: %m"); 122 log_info_errno(r, "compression failed: %m");
|
/systemd/src/initctl/ |
H A D | initctl.c | 349 log_info_errno(r, "Got error on fifo: %m");
|
/systemd/src/basic/ |
H A D | log.h | 187 #define log_info_errno(error, ...) log_full_errno(LOG_INFO, error, __VA_ARGS__) macro
|
/systemd/src/import/ |
H A D | pull-tar.c | 290 log_info_errno(j->error, "Settings file could not be retrieved, proceeding without.");
|
H A D | pull-raw.c | 393 log_info_errno(j->error, "Settings file could not be retrieved, proceeding without.");
|
/systemd/src/test/ |
H A D | test-socket-util.c | 293 log_info_errno(r, "No connection remote: %m");
|
/systemd/src/libsystemd/sd-netlink/ |
H A D | test-netlink.c | 241 log_info_errno(r, "%d left in pipe. got reply: %m", *counter);
|
Completed in 18 milliseconds