]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/id128/id128.c
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / id128 / id128.c
index 3c40dd6e5d1ac6c5ac06446840bc346b7148a507..06049e7ba2e83114980fcc2ff485ad256904bd84 100644 (file)
@@ -52,7 +52,8 @@ static int verb_invocation_id(int argc, char **argv, void *userdata) {
         int r;
 
         if (!sd_id128_is_null(arg_app))
-                return log_error_errno(EINVAL, "Verb \"invocation-id\" cannot be combined with --app-specific=.");
+                return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
+                                       "Verb \"invocation-id\" cannot be combined with --app-specific=.");
 
         r = sd_id128_get_invocation(&id);
         if (r < 0)