projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9a1438
)
stderr output cleanup
author
miker
<miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 20 May 2007 12:50:36 +0000
(12:50 +0000)
committer
miker
<miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 20 May 2007 12:50:36 +0000
(12:50 +0000)
Patch supplied by Scott McKellar
http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001006.html
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@904
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
be2abe0
..
c2a9205
100644
(file)
--- a/
src/utils/log.c
+++ b/
src/utils/log.c
@@
-205,7
+205,7
@@
void _osrfLogToFile( char* msg, ... ) {
FILE* file = fopen(__osrfLogFile, "a");
if(!file) {
- fprintf(stderr, "Unable to fopen file %s for writing", __osrfLogFile);
+ fprintf(stderr, "Unable to fopen file %s for writing
\n
", __osrfLogFile);
return;
}