------------------------------------------------------------
revno: 1482
committer: James Hunt <[email protected]>
branch nick: upstart
timestamp: Fri 2013-06-21 13:36:52 +0100
message:
  * init/quiesce.c: quiesce_show_slow_jobs(): Change message log level
    to ensure it is displayed by default.
modified:
  ChangeLog
  init/quiesce.c


--
lp:upstart
https://code.launchpad.net/~upstart-devel/upstart/trunk

Your team Upstart Reviewers is subscribed to branch lp:upstart.
To unsubscribe from this branch go to 
https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'ChangeLog'
--- ChangeLog	2013-06-20 12:33:09 +0000
+++ ChangeLog	2013-06-21 12:36:52 +0000
@@ -1,3 +1,8 @@
+2013-06-21  James Hunt  <[email protected]>
+
+	* init/quiesce.c: quiesce_show_slow_jobs(): Change message log level
+	  to ensure it is displayed by default.
+
 2013-06-20  James Hunt  <[email protected]>
 
 	* init/quiesce.c: quiesce_show_slow_jobs(): Don't free static string

=== modified file 'init/quiesce.c'
--- init/quiesce.c	2013-06-20 12:33:09 +0000
+++ init/quiesce.c	2013-06-21 12:36:52 +0000
@@ -223,7 +223,7 @@
 
 			name = job_name (job);
 
-			nih_message ("job %s failed to stop", name);
+			nih_warn ("job %s failed to stop", name);
 		}
 	}
 }

-- 
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to