Skip to content

Commit

Permalink
Issue #34 - change trace of SAVEQUERIES to verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 29, 2018
1 parent cf88c87 commit 09b7b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/bwtrace.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function bw_trace_set_savequeries() {
if ( !defined( 'SAVEQUERIES' ) ) {
define( 'SAVEQUERIES', true );
} else {
bw_trace2( SAVEQUERIES, "SAVEQUERIES is already defined", false, BW_TRACE_DEBUG );
bw_trace2( SAVEQUERIES, "SAVEQUERIES is already defined", false, BW_TRACE_VERBOSE );
}
}
}
Expand Down

0 comments on commit 09b7b3b

Please sign in to comment.