[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9743: and one more not-really-an-error case (tor/trunk/src/or)
Author: arma
Date: 2007-03-06 14:37:18 -0500 (Tue, 06 Mar 2007)
New Revision: 9743
Modified:
tor/trunk/src/or/main.c
Log:
and one more not-really-an-error case
Modified: tor/trunk/src/or/main.c
===================================================================
--- tor/trunk/src/or/main.c 2007-03-06 19:33:43 UTC (rev 9742)
+++ tor/trunk/src/or/main.c 2007-03-06 19:37:18 UTC (rev 9743)
@@ -1923,8 +1923,8 @@
switch (request) {
case SERVICE_CONTROL_STOP:
case SERVICE_CONTROL_SHUTDOWN:
- log_err(LD_GENERAL,
- "Got stop/shutdown request; shutting down cleanly.");
+ log_notice(LD_GENERAL,
+ "Got stop/shutdown request; shutting down cleanly.");
service_status.dwCurrentState = SERVICE_STOP_PENDING;
event_loopexit(&exit_now);
return;