From 45629bface2924a514a329bccc3ea0181c15e2ff Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 8 Oct 2006 00:38:10 +0000 Subject: [PATCH] r1076@llin: dpavlin | 2006-10-08 02:31:04 +0200 don't dump undef data_structure in debug log git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@742 07558da8-63fa-0310-ba24-9fe276d99e06 --- run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.pl b/run.pl index 42f1c64..be1cf1c 100755 --- a/run.pl +++ b/run.pl @@ -487,7 +487,7 @@ while (my ($database, $db_config) = each %{ $config->databases }) { }, ); - $log->debug("ds = ",dump($ds)); + $log->debug("ds = ",dump($ds)) if ($ds); $store->save_ds( database => $database, -- 2.20.1