Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 26, 2024
1 parent eda0e0d commit a3ac52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge/runguard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void verbose(const char *format, ...)
va_list ap;
va_start(ap,format);

if ( ! be_quiet && be_verbose ) {
if ( true ) { // ! be_quiet && be_verbose ) {
struct timeval currtime{};
gettimeofday(&currtime,nullptr);
double runtime = (currtime.tv_sec - progstarttime.tv_sec ) +
Expand Down

0 comments on commit a3ac52b

Please sign in to comment.