projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a58c7
)
thinko, need to return an int from osrfLogGetLevel()
author
miker
<miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 21 Jun 2007 02:20:10 +0000
(
02:20
+0000)
committer
miker
<miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 21 Jun 2007 02:20:10 +0000
(
02:20
+0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@955
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
0f05d12
..
624cd10
100644
(file)
--- a/
src/utils/log.c
+++ b/
src/utils/log.c
@@
-119,7
+119,7
@@
void osrfLogSetLevel( int loglevel ) {
}
/** Gets the current global log level. **/
-
void
osrfLogGetLevel( void ) {
+
int
osrfLogGetLevel( void ) {
return _osrfLogLevel;
}