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

Small change to some of the output.

parent 67808b49
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ foreach my $dbh (@db_handles) {
$pk, $master_pk, Dumper($master_row) );
push( @{ $sql{$dbname} },
sprintf( "-- Entries in %s with pk %d "
sprintf( "-- Entries with %s_id=%d "
. "should change to %d\n",
$table, $pk, $master_pk ) );
......@@ -365,7 +365,7 @@ foreach my $dbh (@db_handles) {
$pk, $master_pk, Dumper($master_row) );
push( @{ $sql{$dbname} },
sprintf( "-- Entries in %s with pk %d "
sprintf( "-- Entries with %s_id=%d "
. "should change to %d\n",
$table, $pk, $master_pk ) );
......@@ -373,7 +373,7 @@ foreach my $dbh (@db_handles) {
}
} ## end foreach my $master_pk ( keys...)
if ( $is_missing ) {
if ($is_missing) {
printf( "==> The following row differs in %s.\n",
join( ', ', keys(%diff_fields) ) );
print( "==> MASTER row:\n", Dumper($master_row),
......@@ -399,7 +399,7 @@ foreach my $dbh (@db_handles) {
$pk ) );
print("\n");
} ## end if ( !$is_missing )
} ## end if ($is_missing)
} ## end if ( scalar( keys(%diff_fields...)))
} ## end else [ if ( !defined($master_row...))]
......
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