projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeafd03
)
nspawn-expose-ports: fix a typo in error message
author
Ben Boeckel
<mathstuf@gmail.com>
Fri, 26 Apr 2019 19:15:09 +0000
(15:15 -0400)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 26 Apr 2019 21:42:55 +0000
(23:42 +0200)
src/nspawn/nspawn-expose-ports.c
patch
|
blob
|
history
diff --git
a/src/nspawn/nspawn-expose-ports.c
b/src/nspawn/nspawn-expose-ports.c
index 13ce8490a0601d05c925b6664a2125f55e30bccc..10e61927342f045c68fd995f8d2ed431001bb636 100644
(file)
--- a/
src/nspawn/nspawn-expose-ports.c
+++ b/
src/nspawn/nspawn-expose-ports.c
@@
-219,7
+219,7
@@
int expose_port_watch_rtnl(
r = sd_netlink_attach_event(rtnl, event, 0);
if (r < 0)
- return log_error_errno(r, "Failed to add to even loop: %m");
+ return log_error_errno(r, "Failed to add to even
t
loop: %m");
*ret = TAKE_PTR(rtnl);