[interchange-cvs] interchange - racke modified lib/Vend/Dispatch.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Mar 9 05:23:47 EST 2006


User:      racke
Date:      2006-03-09 10:23:47 GMT
Modified:  lib/Vend Dispatch.pm
Log:
log message about empty job at catalog level

Revision  Changes    Path
1.65      +3 -3      interchange/lib/Vend/Dispatch.pm


rev 1.65, prev_rev 1.64
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- Dispatch.pm	15 Feb 2006 05:39:53 -0000	1.64
+++ Dispatch.pm	9 Mar 2006 10:23:46 -0000	1.65
@@ -1,6 +1,6 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.64 2006/02/15 05:39:53 kwalsh Exp $
+# $Id: Dispatch.pm,v 1.65 2006/03/09 10:23:46 racke Exp $
 #
 # Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Dispatch;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.64 $, 10);
+$VERSION = substr(q$Revision: 1.65 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -819,7 +819,7 @@
 		}
 	}
 	else {
-		logGlobal("Empty job=%s", $job);
+		logError("Empty job=%s", $job);
 	}
 	my $out = join "", @out;
 	my $filter = $jobscfg->{filter} || 'strip';








More information about the interchange-cvs mailing list