]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/nspawn/nspawn.c
nspawn: convert uuid to string (#3146)
[thirdparty/systemd.git] / src / nspawn / nspawn.c
index 8c90aa8015b883ac0ded47414e593b45bd53f2b0..3fc6cc955cf8277abb2f79d51e34146fc986fab9 100644 (file)
@@ -1464,7 +1464,7 @@ static int setup_journal(const char *directory) {
 
         if (sd_id128_equal(arg_uuid, this_id)) {
                 log_full(try ? LOG_WARNING : LOG_ERR,
-                         "Host and machine ids are equal (%s): refusing to link journals", id);
+                         "Host and machine ids are equal (%s): refusing to link journals", sd_id128_to_string(arg_uuid, id));
                 if (try)
                         return 0;
                 return -EEXIST;