------------------------------------------------------------
revno: 1509
fixes bug: https://launchpad.net/bugs/1201865
committer: James Hunt <[email protected]>
branch nick: upstart
timestamp: Fri 2013-07-19 14:24:20 +0100
message:
  * init/main.c: main(): Don't set debug log prioirity when running
    as a non-priv user by default (LP: #1201865).
modified:
  ChangeLog
  init/main.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-07-18 14:12:13 +0000
+++ ChangeLog	2013-07-19 13:24:20 +0000
@@ -1,3 +1,8 @@
+2013-07-19  James Hunt  <[email protected]>
+
+	* init/main.c: main(): Don't set debug log prioirity when running
+	  as a non-priv user by default (LP: #1201865).
+
 2013-07-18  James Hunt  <[email protected]>
 
 	* extra/conf-session/: Addition of example jobs for Session Inits.

=== modified file 'init/main.c'
--- init/main.c	2013-06-25 10:13:12 +0000
+++ init/main.c	2013-07-19 13:24:20 +0000
@@ -375,7 +375,6 @@
 		}
 
 	} else {
-		nih_log_set_priority (NIH_LOG_DEBUG);
 		nih_debug ("Running with UID %d as PID %d (PPID %d)",
 				(int)getuid (), (int)getpid (), (int)getppid ());
 	}

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

Reply via email to