Skip to content
Snippets Groups Projects
Commit 91e4e7e9 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Zapped one more print(STDERR ...). Information messages goes to stdout.

parent 194eacc8
No related branches found
No related tags found
No related merge requests found
......@@ -106,8 +106,8 @@ for my $dbname (@dbnames) {
next;
}
else {
print STDERR "Original meta_coord table backed up in " .
"$dbname.meta_coord.backup\n";
print( "Original meta_coord table backed up in \n" .
"\t$dbname.meta_coord.backup\n" );
}
foreach my $table_name (@table_names) {
......
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