Author: arkurth
Date: Fri Jan 22 17:21:36 2010
New Revision: 902184

URL: http://svn.apache.org/viewvc?rev=902184&view=rev
Log:
Changed 1 notify message from OK to WARNING.

Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm

Modified: 
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm?rev=902184&r1=902183&r2=902184&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm 
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm 
Fri Jan 22 17:21:36 2010
@@ -1302,7 +1302,7 @@
                notify($ERRORS{'DEBUG'}, 0, "copied Unattend.xml to 
$system32_path/sysprep");
        }
        elsif (defined($cp_status)) {
-               notify($ERRORS{'OK'}, 0, "failed to copy copy Unattend.xml to 
$system32_path/sysprep, exit status: $cp_status, output:\...@{$cp_output}");
+               notify($ERRORS{'WARNING'}, 0, "failed to copy copy Unattend.xml 
to $system32_path/sysprep, exit status: $cp_status, output:\...@{$cp_output}");
                return;
        }
        else {


Reply via email to