projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83da42c
)
core/device: fix typo
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 6 Dec 2018 10:27:40 +0000
(11:27 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 7 Dec 2018 14:39:52 +0000
(15:39 +0100)
src/core/device.c
patch
|
blob
|
history
diff --git
a/src/core/device.c
b/src/core/device.c
index 5acd9b7a7036de7652f2255de69e92f6f3eb4109..f8b6961d3c32082fefbb40949670ca216a420b31 100644
(file)
--- a/
src/core/device.c
+++ b/
src/core/device.c
@@
-821,7
+821,7
@@
static void device_enumerate(Manager *m) {
r = sd_device_enumerator_new(&e);
if (r < 0) {
- log_error_errno(r, "Failed to allo
ac
te device enumerator: %m");
+ log_error_errno(r, "Failed to allo
ca
te device enumerator: %m");
goto fail;
}