mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Compare commits
3 Commits
stable
...
dev/respec
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75d3ca4567 | ||
|
|
21393bbdcf | ||
|
|
eb2996f06d |
@@ -3358,6 +3358,11 @@ return sprintf "%2.2d/%s/%4.4d:%2.2d:%2.2d:%2.2d %s",
|
||||
# log_error(message)
|
||||
sub log_error
|
||||
{
|
||||
if ($config{'nolog'}) {
|
||||
foreach my $nolog (split(/\s+/, $config{'nolog'})) {
|
||||
return if ($page =~ /^$nolog$/);
|
||||
}
|
||||
}
|
||||
seek(STDERR, 0, 2);
|
||||
print STDERR "[",&make_datestr(),"] ",
|
||||
$acpthost ? ( "[",$acpthost,"] " ) : ( ),
|
||||
|
||||
Reference in New Issue
Block a user