projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db5afa4
)
Correcting previous comment. The right mailing list pointer is at:
author
miker
<miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 20 May 2007 13:15:05 +0000
(13:15 +0000)
committer
miker
<miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 20 May 2007 13:15:05 +0000
(13:15 +0000)
http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001002.html
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@905
9efc2488
-bf62-4759-914b-
345cdb29e865
src/utils/log.c
patch
|
blob
|
history
diff --git
a/src/utils/log.c
b/src/utils/log.c
index
c2a9205
..
70d1a1f
100644
(file)
--- a/
src/utils/log.c
+++ b/
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));
-
+
}