mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
nspawn: fix log typos
This commit is contained in:
committed by
Martin Pitt
parent
011c703495
commit
835214146b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user