From 0ea0491076dae5afcfcc6c1660f5c79bc950e51b Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 15 Dec 2008 06:22:05 +0000 Subject: [PATCH] just one more debug log line git-svn-id: svn://svn.open-ils.org/ILS/trunk@11564 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/c-apps/oils_cstore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/c-apps/oils_cstore.c b/Open-ILS/src/c-apps/oils_cstore.c index 5233aa3de0..005b7fca19 100644 --- a/Open-ILS/src/c-apps/oils_cstore.c +++ b/Open-ILS/src/c-apps/oils_cstore.c @@ -1071,6 +1071,7 @@ static int verifyObjectPCRUD ( osrfMethodContext* ctx, const jsonObject* obj ) 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); -- 2.11.0