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

Use timestamped logging for displaying the name of the databases.

Fix head of script.
parent a8fa4455
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/perl #!/software/bin/perl -w
use strict;
use warnings;
=head1 NAME =head1 NAME
...@@ -161,7 +164,7 @@ $sth->execute; ...@@ -161,7 +164,7 @@ $sth->execute;
# loop over databases # loop over databases
while (my ($dbname) = $sth->fetchrow_array) { while (my ($dbname) = $sth->fetchrow_array) {
$support->log("$dbname\n"); $support->log_stamped("$dbname\n");
if ($support->user_proceed("\nPatch $dbname?")) { if ($support->user_proceed("\nPatch $dbname?")) {
......
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