Author: arkurth
Date: Wed Jun 28 19:41:38 2017
New Revision: 1800197

URL: http://svn.apache.org/viewvc?rev=1800197&view=rev
Log:
Trivial
Updated notify message from WARNING to DEBUG - shouldn't be a warning.

Modified:
    vcl/trunk/managementnode/lib/VCL/new.pm

Modified: vcl/trunk/managementnode/lib/VCL/new.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/new.pm?rev=1800197&r1=1800196&r2=1800197&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/new.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/new.pm Wed Jun 28 19:41:38 2017
@@ -668,8 +668,7 @@ sub computer_not_being_used {
                        return 0;
                }
                
-               # Warn if computer state isn't available or reload - except for 
reinstall requests
-               notify($ERRORS{'WARNING'}, 0, "$computer_short_name state is 
$computer_state_name, checking if any competing reservations are active");
+               notify($ERRORS{'DEBUG'}, 0, "$computer_short_name state is 
$computer_state_name, checking if any competing reservations are active");
                
                # Check if there is another request using this machine
                # Get a hash containing all of the reservations for the computer


Reply via email to