From 57158b91d89f051bf75f2b91ce07b01e00cc9414 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Tue, 5 Mar 2019 22:10:20 +1100 Subject: [PATCH] typo --- src/lib66/ssexec_svctl.c | 2 +- src/lib66/svc_switch_to.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/lib66/ssexec_svctl.c b/src/lib66/ssexec_svctl.c index ae709c6e..e457a772 100644 --- a/src/lib66/ssexec_svctl.c +++ b/src/lib66/ssexec_svctl.c @@ -495,7 +495,7 @@ int ssexec_svctl(int argc, char const *const *argv,char const *const *envp,ssexe ss_resolve_sig_t *sv = &genalloc_s(ss_resolve_sig_t,&gakeep)[i] ; if (!ftrigr_unsubscribe_g(&fifo, sv->ids, &ttmain)) { - VERBO3 strerr_warnwu1sys("unsubscribe to fifo of") ; + VERBO3 strerr_warnwu2sys("unsubscribe to fifo of: ",sv->res.sa.s + sv->res.name) ; return 0 ; } } diff --git a/src/lib66/svc_switch_to.c b/src/lib66/svc_switch_to.c index aa30ed5c..806ff4f3 100644 --- a/src/lib66/svc_switch_to.c +++ b/src/lib66/svc_switch_to.c @@ -54,25 +54,26 @@ int svc_switch_to(ssexec_t *info,unsigned int where) VERBO3 strerr_warnwu2sys("make a backup of svc service for: ",info->treename.s) ; return 0 ; } - VERBO3 strerr_warnt3x("switch svc service for tree: ",info->treename.s," to backup") ; + VERBO3 strerr_warnt3x("switch svc symlink of tree: ",info->treename.s," to backup") ; memcpy(cmd + cmdlen," -s1",4) ; cmd[cmdlen + 4] = 0 ; r = backup_cmd_switcher(VERBOSITY,cmd,info) ; if (r < 0) { - VERBO3 strerr_warnwu3sys("switch svc service for: ",info->treename.s," to backup") ; + VERBO3 strerr_warnwu3sys("switch svc symlink of tree: ",info->treename.s," to backup") ; } } else if (r > 0 && !where) { - VERBO3 strerr_warnt3x("switch svc service for tree: ",info->treename.s," to source") ; + VERBO3 strerr_warnt3x("switch svc symlink of tree: ",info->treename.s," to source") ; memcpy(cmd + cmdlen," -s0",4) ; cmd[cmdlen + 4] = 0 ; r = backup_cmd_switcher(VERBOSITY,cmd,info) ; if (r < 0) { - VERBO3 strerr_warnwu3sys("switch svc service for: ",info->treename.s," to source") ; + VERBO3 strerr_warnwu3sys("switch svc symlink of tree: ",info->treename.s," to source") ; } + VERBO3 strerr_warnt2x("make a backup of svc service for: ",info->treename.s) ; if (!backup_make_new(info,CLASSIC)) { -- GitLab