[Commits] (markie) Add message reassuring user that file commit has
occurred on xml-rpc error.
commits at osafoundation.org
commits at osafoundation.org
Wed Aug 4 11:52:52 PDT 2004
Commit by: markie
Modified files:
CVSROOT/ciabot_chandler_cvs.pl 1.1 1.2
Log message:
Add message reassuring user that file commit has occurred on xml-rpc error.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/CVSROOT/ciabot_chandler_cvs.pl.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: CVSROOT/ciabot_chandler_cvs.pl
diff -u CVSROOT/ciabot_chandler_cvs.pl:1.1 CVSROOT/ciabot_chandler_cvs.pl:1.2
--- CVSROOT/ciabot_chandler_cvs.pl:1.1 Wed Jul 21 13:59:32 2004
+++ CVSROOT/ciabot_chandler_cvs.pl Wed Aug 4 11:52:51 2004
@@ -305,6 +305,7 @@
my $rpc_response = $rpc_client->send_request($rpc_request);
unless (ref $rpc_response) {
+ print "File(s) have been committed, error is from CIA reporting system";
die "XML-RPC Error: $RPC::XML::ERROR\n";
}
exit;
More information about the Commits
mailing list