Moved logging, added log level paramater to standalone runner
This commit is contained in:
@@ -34,6 +34,8 @@ static int timeoutsecs = 0;
|
||||
void
|
||||
verify_set_timeout(int seconds)
|
||||
{
|
||||
log_println(STBBR_LOGDEBUG, "Setting timeout: %d seconds", seconds);
|
||||
|
||||
if (seconds <= 0) {
|
||||
timeoutsecs = 0;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user