diff --git a/zowex/src/run.rs b/zowex/src/run.rs index 2d5ff8f077..e25e8b6fc4 100644 --- a/zowex/src/run.rs +++ b/zowex/src/run.rs @@ -332,7 +332,7 @@ pub async fn run_daemon_command( tries += 1; eprintln!( - "The Zowe daemon is in use, retrying ({} of {})", + "The Zowe daemon is in use A, retrying ({} of {})", tries, THREE_MIN_OF_RETRIES ); @@ -378,7 +378,7 @@ pub async fn run_daemon_command( tries += 1; eprintln!( - "The Zowe daemon is in use, retrying ({} of {})", + "The Zowe daemon is in use B, retrying ({} of {})", tries, THREE_MIN_OF_RETRIES );