Skip to content
Snippets Groups Projects
Commit faf5f942 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Do not flood container logs

parent c017ec12
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ my $sql;
sub info(@)
{
return if not -t STDOUT;
# if 1 param only
unshift @_, '%s'
if $#_ == 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment