Skip to content

Commit

Permalink
Readded debug statements because it's not working for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefg-codes committed Aug 7, 2024
1 parent 4cadccf commit 59fa96f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UsageEnvironment/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ FILE* _Log::AcquireFile() {
void _Log::SetTmpLogDir(std:: string logDirectory) {
logFileDir = logDirectory;

printf("Setting tmp log dir.");
if (kMaxLogs == 0 || logDirectory.empty()) { // Use stdout
printf("Using stdout.");
currLogFilePath = "";
logToStdout = true;
return;
Expand Down

0 comments on commit 59fa96f

Please sign in to comment.