Corrected survey timeout issues.
This commit is contained in:
parent
20070aac8d
commit
5741d71445
3 changed files with 189 additions and 87 deletions
|
|
@ -693,7 +693,7 @@ Logs an error to the webgui log file, using the session logger.
|
|||
sub log {
|
||||
my ( $self, $message ) = @_;
|
||||
if ( defined $self->{log} ) {
|
||||
$self->{log}->error($message);
|
||||
$self->{log}->debug($message);
|
||||
}
|
||||
}
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue