Revision
280
Author
blino
Date
2011-01-13 13:43:06 +0100 (Thu, 13 Jan 2011)

Log Message

fix log variable declaration

Modified Paths

Modified: build_system/iurt/trunk/lib/Iurt/Urpmi.pm
===================================================================
--- build_system/iurt/trunk/lib/Iurt/Urpmi.pm	2011-01-13 12:42:41 UTC (rev 279)
+++ build_system/iurt/trunk/lib/Iurt/Urpmi.pm	2011-01-13 12:43:06 UTC (rev 280)
@@ -462,7 +462,7 @@
 	    $run, $config, $cache,
 	    use_iurt_root_command => $self->{use_iurt_root_command},
 	    error => $error,
-	    logname => ${log},
+	    logname => $log,
 	    hash => "${log}_$title", 
 	    timeout => 3600, # [pixel] 10 minutes was not enough, 1 hour should be better
 	    srpm => $title,