Skip to content
Snippets Groups Projects
Commit ab6b28f5 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Don't print non-error messages to STDERR

parent ddadd524
No related branches found
No related tags found
No related merge requests found
......@@ -507,7 +507,7 @@ sub backup {
print STDERR "Can't dump the original $table from $dbname for backup\n";
exit 1;
} else {
print STDERR "Original $table table backed up in $dbname.$table.backup\n";
print "Original $table table backed up in $dbname.$table.backup\n";
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment