From 1b83072a7b9868854fb80e358dd258d569e9cf12 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 27 Oct 2010 13:07:19 -0500 Subject: [PATCH] tests revealed i missed one. yay tests! --- lib/WebGUI/AssetPackage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/AssetPackage.pm b/lib/WebGUI/AssetPackage.pm index a318aea17..bb9e2a376 100644 --- a/lib/WebGUI/AssetPackage.pm +++ b/lib/WebGUI/AssetPackage.pm @@ -192,7 +192,7 @@ sub importAssetData { && $properties{'status'} ne 'pending' ) { delete $properties{status}; } - $error->info("Updating an existing revision of asset $id"); + $log->info("Updating an existing revision of asset $id"); $asset->update(\%properties); ##Pending assets are assigned a new version tag if ($properties{status} eq 'pending') {