From: miker Date: Sun, 20 May 2007 13:15:05 +0000 (+0000) Subject: Correcting previous comment. The right mailing list pointer is at: X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=552badf551e8f951a3303c261a54c8d835c7a71d;p=Evergreen.git Correcting previous comment. The right mailing list pointer is at: http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001002.html git-svn-id: svn://svn.open-ils.org/ILS/trunk@7344 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/OpenSRF/src/utils/log.c b/OpenSRF/src/utils/log.c index c2a9205a1d..70d1a1f383 100644 --- a/OpenSRF/src/utils/log.c +++ b/OpenSRF/src/utils/log.c @@ -212,7 +212,7 @@ void _osrfLogToFile( char* msg, ... ) { fprintf(file, "%s %s %s\n", __osrfLogAppname, datebuf, VA_BUF ); if( fclose(file) != 0 ) osrfLogWarning(OSRF_LOG_MARK, "Error closing log file: %s", strerror(errno)); - + }