Skip to content
Snippets Groups Projects
Commit 649c8271 authored by Andy Yates's avatar Andy Yates
Browse files

missed two prints

parent 74162582
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ sub _store {
if($count > 0) {
info("Writing %d feature(s)", $count);
$sfa->store(@{$features});
print STDERR "Done\n";
info("Done");
}
return;
}
......
......@@ -78,7 +78,7 @@ sub sort_table {
$dba->dbc()->do("drop table $bak_name");
}
print STDERR "Done\n";
info("Done");
return;
}
......
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