From 6efde38c2007d420a13cafb21a84a6a5bfc7c220 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Wed, 18 Jun 2025 14:59:03 -0400 Subject: [PATCH] Adjusting devsoc about ps display --- lib/devsoc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/devsoc.c b/lib/devsoc.c index 9d6561f..d2073bf 100644 --- a/lib/devsoc.c +++ b/lib/devsoc.c @@ -1280,8 +1280,8 @@ while (proceed==true) { } break; case 1 : //display ready on process status; - (void) prc_settitle("%s, waiting on [%s:%s] (%02d/%02d)", - appname,soc->ip,soc->port,pos,soc->iteration); + (void) prc_settitle("%s, waiting (%02d/%02d) on [%s:%s]", + appname,pos,soc->iteration,soc->ip,soc->port); break; case 2 : //waiting for new connection if ((newsoc=waitincoming(soc))==(SOCPTR *)0) { -- 2.47.3