[open-ils-commits] r11564 - trunk/Open-ILS/src/c-apps

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 15 01:22:08 EST 2008


Author: miker
Date: 2008-12-15 01:22:05 -0500 (Mon, 15 Dec 2008)
New Revision: 11564

Modified:
   trunk/Open-ILS/src/c-apps/oils_cstore.c
Log:
just one more debug log line

Modified: trunk/Open-ILS/src/c-apps/oils_cstore.c
===================================================================
--- trunk/Open-ILS/src/c-apps/oils_cstore.c	2008-12-15 06:14:44 UTC (rev 11563)
+++ trunk/Open-ILS/src/c-apps/oils_cstore.c	2008-12-15 06:22:05 UTC (rev 11564)
@@ -1071,6 +1071,7 @@
                 char* has_perm = jsonObjectToSimpleString( jsonObjectGetKeyConst(return_val, "has_perm") );
 	            osrfLogDebug( OSRF_LOG_MARK, " .... here .... " );
                 if ( *has_perm == 't' ) OK = 1;
+	            osrfLogDebug( OSRF_LOG_MARK, " .... here .... " );
 	            osrfLogDebug( OSRF_LOG_MARK, "Result for perm [%s] for user %d at org %d is [%s]", perm, userid, atoi(context_org), has_perm );
                 free(has_perm); 
                 jsonObjectFree(return_val);



More information about the open-ils-commits mailing list