ndb - dbug aid for api signal log
ndb/src/ndbapi/TransporterFacade.cpp: dbug aid for api signal log
This commit is contained in:
parent
acfca4259a
commit
90de09db2a
@ -160,6 +160,10 @@ setSignalLog(){
|
||||
} else if(tmp !=0){
|
||||
if (strcmp(tmp, "-") == 0)
|
||||
signalLogger.setOutputStream(stdout);
|
||||
#ifndef DBUG_OFF
|
||||
else if (strcmp(tmp, "+") == 0)
|
||||
signalLogger.setOutputStream(DBUG_FILE);
|
||||
#endif
|
||||
else
|
||||
signalLogger.setOutputStream(fopen(tmp, "w"));
|
||||
apiSignalLog = tmp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user