More minor edits from flux branch
This commit is contained in:
parent
42ce45f825
commit
a02cbf95a7
1 changed files with 15 additions and 15 deletions
|
|
@ -854,7 +854,7 @@ Logs an error to the webgui log file, using the session logger.
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub log {
|
sub log {
|
||||||
my ( $self, $message) = @_;
|
my ( $self, $message ) = @_;
|
||||||
if ( defined $self->{log} ) {
|
if ( defined $self->{log} ) {
|
||||||
$self->{log}->debug($message);
|
$self->{log}->debug($message);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue