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

Add more info output when missing databases.

parent 32996166
No related branches found
No related tags found
No related merge requests found
......@@ -265,4 +265,8 @@ if ( scalar( keys(%existing_databases) ) !=
printf( "\t%s\n", $db_name );
}
}
print("\n");
print( "If these are really properly gone, "
. "please remove the corresponding\n"
. "entries from the 'db' table of the production database.\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