]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/update-done/update-done.c
tree-wide: enable colorized logging for daemons when run in console
[thirdparty/systemd.git] / src / update-done / update-done.c
index 212892527e6ad55a13e5c1e0944f9b87e57e7c84..6518830717ecc0967db685f9c68ca26e286cec62 100644 (file)
@@ -41,7 +41,7 @@ int main(int argc, char *argv[]) {
         struct stat st;
         int r, q = 0;
 
-        log_setup_service();
+        log_setup();
 
         if (stat("/usr", &st) < 0) {
                 log_error_errno(errno, "Failed to stat /usr: %m");