From: opensides Date: Sat, 27 Mar 2010 10:11:50 +0000 (+0000) Subject: - Added else condition if line for apt is wrong Closes #917 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=92465e27fd6ff7df7919cd2418d10dec8f66a482;p=gosa.git - Added else condition if line for apt is wrong Closes #917 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17306 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server index 7b500104d..cf721b234 100755 --- a/gosa-si/gosa-si-server +++ b/gosa-si/gosa-si-server @@ -2993,6 +2993,9 @@ sub create_packages_list_db { &parse_package_info( $baseurl, $dist, $section, $session_id ); } } + else { + daemon_log("$session_id ERROR: cannot parse line '$line'", 1); + } } close (CONFIG);