projects
/
platform
/
core
/
system
/
faultd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1da2e
)
listeners: systemd: Fix typo in log message
06/129506/1
author
Krzysztof Opasiak
<k.opasiak@samsung.com>
Tue, 16 May 2017 11:08:04 +0000
(13:08 +0200)
committer
Krzysztof Opasiak
<k.opasiak@samsung.com>
Tue, 16 May 2017 20:31:22 +0000
(22:31 +0200)
Change-Id: Ic5cc188d158bc6ef2d967debef8e7cb5b6874efb
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
src/listeners/systemd.c
patch
|
blob
|
history
diff --git
a/src/listeners/systemd.c
b/src/listeners/systemd.c
index 84299c9902ec48a117893023daccb9e5083324a4..21abc4e4fadd4ac9c29bf5e8750872a351c50cb5 100644
(file)
--- a/
src/listeners/systemd.c
+++ b/
src/listeners/systemd.c
@@
-179,7
+179,8
@@
static int systemd_listener_init(struct faultd_module *module, sd_event* loop)
rc = sd_bus_default_system(&bus);
if (rc < 0) {
- log_error_errno(rc, "Failed to acquire the defult system bus connection.");
+ log_error_errno(rc,
+ "Failed to acquire the default system bus connection.");
return -1;
}