aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 1bcf873..f7ccb93 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -2006,7 +2006,7 @@ byTab has the short name as the key, simData as the value.
2006 else if (checkSimIsRunning(simd->tab)) 2006 else if (checkSimIsRunning(simd->tab))
2007 I("%s is running in Tmux tab [%d:%s](pane %d) tmux ID %s, from %s/sim%d", simd->name, window, type, pane, simd->paneID, scTemp, count); 2007 I("%s is running in Tmux tab [%d:%s](pane %d) tmux ID %s, from %s/sim%d", simd->name, window, type, pane, simd->paneID, scTemp, count);
2008 else 2008 else
2009 I("%s is not running.", simd->name); 2009 W("%s is not running.", simd->name);
2010 break; 2010 break;
2011 } 2011 }
2012 2012