提交 40dad96e 编写于 作者: M Matthias Urlichs

svn commit: re-word the exit-due-to-memory-leak message

Reworded the exit message, as per Kalle Valo's suggestion (but shorter).
Signed-Off-By: NMatthias Urlichs <smurf@smurf.noris.de>
上级 f005dba7
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册