Debug
This commit is contained in:
@@ -136,6 +136,7 @@ PHP_METHOD(WrenchBoard, wrenchboard_api)
|
||||
logfmt( logINFO, "RET: %s=%s", i->first.c_str(), i->second.c_str() );
|
||||
strsafecpy( out_key, i->first.c_str(), out_value_size );
|
||||
strsafecpy( out_value, i->second.c_str(), out_value_size );
|
||||
logfmt( logINFO, "RET: %s=%s", out_key, out_value);
|
||||
if (strlen(out_key)>0) {
|
||||
/*
|
||||
char *str;
|
||||
|
||||
Reference in New Issue
Block a user