Browse Source

clean up

pull/1639/head
bsp2 6 years ago
parent
commit
4129545c34
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/util/logger.cpp

+ 1
- 1
src/util/logger.cpp View File

@@ -61,7 +61,7 @@ static void loggerLogVa(LoggerLevel level, const char *file, int line, const cha
// At least for me, this will cause a complete crash from __strlen_avx512
// vprintf(format, args); // xxx

printf("\n"); // xxx
// printf("\n"); // xxx
fprintf(global->logger.logFile, "\n");
fflush(global->logger.logFile);
#endif // RACK_HOST


Loading…
Cancel
Save