Skip to content
Snippets Groups Projects
Commit 57158b91 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo

parent 5994ca8f
No related branches found
No related tags found
No related merge requests found
......@@ -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 ;
}
}
......
......@@ -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))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment