Skip to content

Commit

Permalink
svn commit: re-word the exit-due-to-memory-leak message
Browse files Browse the repository at this point in the history
Reworded the exit message, as per Kalle Valo's suggestion (but shorter).

Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
  • Loading branch information
Matthias Urlichs committed Oct 16, 2005
1 parent f005dba commit 40dad96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-svnimport.perl
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,8 @@ sub commit_all {
$svn->{'svn'}->get_log("/",$current_rev,$current_rev,$current_rev,1,1,\&_commit_all,"");
commit_all();
if($opt_l and not --$opt_l) {
print STDERR "Exiting due to a memory leak. Repeat, please.\n";
print STDERR "Stopping, because there is a memory leak (in the SVN library).\n";
print STDERR "Please repeat this command; it will continue safely\n";
last;
}
}
Expand Down

0 comments on commit 40dad96

Please sign in to comment.