Author: fapeeler
Date: Thu Jul 23 13:00:18 2015
New Revision: 1692384

URL: http://svn.apache.org/r1692384
Log:
VCL-887

fixed nonsensical statement :) 


Modified:
    vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm

Modified: vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm?rev=1692384&r1=1692383&r2=1692384&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm Thu Jul 23 
13:00:18 2015
@@ -692,8 +692,8 @@ sub does_image_exist {
        
        # If the partner doesn't have the image, a "no such file" error should 
be displayed
        my $image_files_exist;
-       if(!defined($du_output)) {
-               notify($ERRORS{'WARNING'}, 0, "failed to execute command du 
command to if image $image_name exists");
+       if (!defined($du_output)) {
+               notify($ERRORS{'WARNING'}, 0, "failed to execute command 
$du_command");
                return;
        }
        elsif (grep(/no such file/i, @$du_output)) {


Reply via email to