Skip to content

Commit

Permalink
Add debugging code to daemon
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Dec 24, 2024
1 parent 8487a88 commit c5810fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zowex/src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
);

Expand Down Expand Up @@ -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
);

Expand Down

0 comments on commit c5810fa

Please sign in to comment.