Debug log cheat: add exclamation sign to filename and get separate debug log for each session

This commit is contained in:
Sergey Dorofeev
2012-03-10 20:37:57 +04:00
parent 441f4021c2
commit f131ba864f
4 changed files with 42 additions and 16 deletions
+1 -1
View File
@@ -483,7 +483,7 @@ exit:
#ifdef DEBUG
if( debug_isopened() ) debug_close();
#endif
DEB((D_FREE, "good exit"));
exit(rc);
}