DaanHoogland commented on code in PR #8530:
URL: https://github.com/apache/cloudstack/pull/8530#discussion_r1635937702


##########
utils/src/main/java/com/cloud/utils/script/Script.java:
##########
@@ -242,13 +242,20 @@ public String execute(OutputInterpreter interpreter) {
                     if (_process.waitFor(_timeout, TimeUnit.MILLISECONDS)) {
                         //process completed successfully
                         if (_process.exitValue() == 0) {
-                            _logger.debug("Execution is successful.");
+                            _logger.debug("Execution is successfullish.");

Review Comment:
   sorry, had to check if I was testing new code ;) will revert.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to