myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2960] Print timestamps within error logs.


From: Francesco Pipita
Subject: [myserver-commit] [2960] Print timestamps within error logs.
Date: Tue, 11 Nov 2008 23:00:35 +0000

Revision: 2960
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2960
Author:   francesco_pipita
Date:     2008-11-11 23:00:34 +0000 (Tue, 11 Nov 2008)

Log Message:
-----------
Print timestamps within error logs.

Modified Paths:
--------------
    trunk/myserver/src/conf/vhost/vhost.cpp
    trunk/myserver/src/log/log_manager.cpp

Modified: trunk/myserver/src/conf/vhost/vhost.cpp
===================================================================
--- trunk/myserver/src/conf/vhost/vhost.cpp     2008-11-11 16:48:45 UTC (rev 
2959)
+++ trunk/myserver/src/conf/vhost/vhost.cpp     2008-11-11 23:00:34 UTC (rev 
2960)
@@ -450,7 +450,7 @@
   getLocalLogFormatDate (msg, 100);
   msg.append (" -- ");
   msg.append (str);
-  return logManager->log (this, "WARNINGLOG", string (str), true);
+  return logManager->log (this, "WARNINGLOG", msg, true);
 }
 
 /*!

Modified: trunk/myserver/src/log/log_manager.cpp
===================================================================
--- trunk/myserver/src/log/log_manager.cpp      2008-11-11 16:48:45 UTC (rev 
2959)
+++ trunk/myserver/src/log/log_manager.cpp      2008-11-11 23:00:34 UTC (rev 
2960)
@@ -205,7 +205,7 @@
  * After the call to this method, a call to contains (owner)
  * must return false. If `owner' owns some LogStream shared with
  * another object, that LogStream will be left within the LogManager
- * until all its owners will be removed.
+ * until all its owners willn't be removed.
  *
  * \param owner The object whose LogStream objects will be removed.
  *






reply via email to

[Prev in Thread] Current Thread [Next in Thread]