Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Interchange: cvs

[interchange] Give some sort of informative error message if we crap out loading the locale db

 

 

Interchange cvs RSS feed   Index | Next | Previous | View Threaded


interchange-cvs at icdevgroup

Sep 12, 2010, 10:32 PM

Post #1 of 1 (332 views)
Permalink
[interchange] Give some sort of informative error message if we crap out loading the locale db

commit bf2c0a28fbaedb822de6857d350a6d73a7ea6d08
Author: Peter Ajamian <peter [at] pajamian>
Date: Mon Sep 13 17:29:55 2010 +1200

Give some sort of informative error message if we crap out loading the locale db

lib/Vend/Config.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/Vend/Config.pm b/lib/Vend/Config.pm
index 1355368..15fb857 100644
--- a/lib/Vend/Config.pm
+++ b/lib/Vend/Config.pm
@@ -4650,7 +4650,7 @@ sub parse_configdb {
eval {
($db, $table) = get_configdb($var, $value);
};
-
+ ::logGlobal("$var $value: $@") if $@;
return '' if ! $db;

my ($k, @f); # key and fields

_______________________________________________
interchange-cvs mailing list
interchange-cvs [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-cvs

Interchange cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.