[1998] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4137 - trunk/moira/incremental/route-server

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Aug 26 11:27:01 2013

Date: Mon, 26 Aug 2013 11:26:52 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201308261526.r7QFQqTv031371@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2013-08-26 11:26:52 -0400 (Mon, 26 Aug 2013)
New Revision: 4137

Modified:
   trunk/moira/incremental/route-server/Makefile.in
   trunk/moira/incremental/route-server/route-server.incr
Log:
Print server response to incremental log.

Modified: trunk/moira/incremental/route-server/Makefile.in
===================================================================
--- trunk/moira/incremental/route-server/Makefile.in	2013-08-23 20:56:02 UTC (rev 4136)
+++ trunk/moira/incremental/route-server/Makefile.in	2013-08-26 15:26:52 UTC (rev 4137)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in 3956 2010-01-05 20:56:56Z zacheiss $
+# $Id$
 
 SHELL=/bin/sh
 @SET_MAKE@


Property changes on: trunk/moira/incremental/route-server/Makefile.in
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/moira/incremental/route-server/route-server.incr
===================================================================
--- trunk/moira/incremental/route-server/route-server.incr	2013-08-23 20:56:02 UTC (rev 4136)
+++ trunk/moira/incremental/route-server/route-server.incr	2013-08-26 15:26:52 UTC (rev 4137)
@@ -167,7 +167,10 @@
 	my $res = $lwp->request($req);
 	
 	if (!$res->is_success) {
+	    print "failed POSTing to $URL: " . $res->decoded_content;
 	    push(@errors, " failed POSTing to $URL");
+	} else {
+	    print "$URL response: " . $res->decoded_content;
 	}
     }
 


Property changes on: trunk/moira/incremental/route-server/route-server.incr
___________________________________________________________________
Added: svn:keywords
   + Id


home help back first fref pref prev next nref lref last post