[systemd-devel] [PATCH] fix nspawn log typos
Jonathan Boulle
jonathanboulle at gmail.com
Wed Jan 14 22:56:12 PST 2015
src/nspawn/nspawn.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 2387c151bafc..e2ce9fbc55ec 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -1029,7 +1029,7 @@ static int mount_cgroup(const char *dest) {
return r;
if (symlink(combined, target) < 0)
- return log_error_errno(errno, "Failed to
create symlink for combined hiearchy: %m");
+ return log_error_errno(errno, "Failed to
create symlink for combined hierarchy: %m");
}
}
@@ -3490,7 +3490,7 @@ int main(int argc, char *argv[]) {
if (!arg_quiet)
log_info("Directory %s
already exists, not populating from template %s.", arg_directory,
arg_template);
} else if (r < 0) {
- log_error_errno(r, "Couldn't
create snapshort %s from %s: %m", arg_directory, arg_template);
+ log_error_errno(r, "Couldn't
create snapshot %s from %s: %m", arg_directory, arg_template);
goto finish;
} else {
if (!arg_quiet)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20150114/03c1603d/attachment.html>
More information about the systemd-devel
mailing list