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

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 15 01:14:47 EST 2008


Author: miker
Date: 2008-12-15 01:14:44 -0500 (Mon, 15 Dec 2008)
New Revision: 11563

Modified:
   trunk/Open-ILS/src/c-apps/oils_cstore.c
Log:
more debug logging

Modified: trunk/Open-ILS/src/c-apps/oils_cstore.c
===================================================================
--- trunk/Open-ILS/src/c-apps/oils_cstore.c	2008-12-15 06:06:35 UTC (rev 11562)
+++ trunk/Open-ILS/src/c-apps/oils_cstore.c	2008-12-15 06:14:44 UTC (rev 11563)
@@ -1067,7 +1067,9 @@
             if (result) {
 	            osrfLogDebug( OSRF_LOG_MARK, "Recieved a result for perm [%s] for user %d at org %d", perm, userid, atoi(context_org) );
                 jsonObject* return_val = oilsMakeJSONFromResult( result );
+	            osrfLogDebug( OSRF_LOG_MARK, " .... here .... " );
                 char* has_perm = jsonObjectToSimpleString( jsonObjectGetKeyConst(return_val, "has_perm") );
+	            osrfLogDebug( OSRF_LOG_MARK, " .... here .... " );
                 if ( *has_perm == 't' ) OK = 1;
 	            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); 



More information about the open-ils-commits mailing list