[interchange-cvs] interchange - ton modified lib/Vend/Ship.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Feb 3 11:42:49 EST 2006


User:      ton
Date:      2006-02-03 16:42:48 GMT
Modified:  lib/Vend Ship.pm
Log:
	Accidently nutralized part of Mike's previous commit.

Revision  Changes    Path
2.17      +3 -2      interchange/lib/Vend/Ship.pm


rev 2.17, prev_rev 2.16
Index: Ship.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Ship.pm,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -r2.16 -r2.17
--- Ship.pm	3 Feb 2006 16:36:45 -0000	2.16
+++ Ship.pm	3 Feb 2006 16:42:48 -0000	2.17
@@ -1,6 +1,6 @@
 # Vend::Ship - Interchange shipping code
 # 
-# $Id: Ship.pm,v 2.16 2006/02/03 16:36:45 ton Exp $
+# $Id: Ship.pm,v 2.17 2006/02/03 16:42:48 ton Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -1146,7 +1146,8 @@
 	}
 
 	unless (defined $point) {
-		logError("Zone '$code' lookup failed, type '$type' not found");
+		logError("Zone '%s' lookup failed, type '%s' not found", $code, $type)
+			unless $zref->{quiet};
 		return undef;
 	}
 








More information about the interchange-cvs mailing list