]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/logger.h
Reapply r11241: flush and close log filehandles properly when the log is closed.
[user/henk/code/inspircd.git] / include / logger.h
index 90772d6042096c7ab92b003da794bddc419fed47..d88706214509920f39201510bf9e1778242bd621 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -69,7 +69,6 @@ class CoreExport FileWriter : public EventHandler
        virtual void Close();
 
        /** Close the log file and cancel any events.
-        * (indirectly call Close()
         */
        virtual ~FileWriter();
 };