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

be clear about path yelled

parent 670118b5
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ int db_switch_to(ssexec_t *info, char const *const *envp,unsigned int where)
log_warnusys("find path of db: ",db.s) ;
goto err ;
}
log_trace("update ",info->livetree.s,"/",info->treename.s," to ",db.s) ;
log_trace("update ",info->livetree.s,"/",info->treename.s," to ",db.s,"/",info->treename) ;
if (!db_update(db.s, info,envp))
{
log_trace("rollback db service: ", info->treename.s) ;
......@@ -111,7 +111,7 @@ int db_switch_to(ssexec_t *info, char const *const *envp,unsigned int where)
log_warnusys("find path of db: ",db.s) ;
goto err ;
}
log_trace("update ",info->livetree.s,"/",info->treename.s," to ",db.s) ;
log_trace("update ",info->livetree.s,"/",info->treename.s," to ",db.s,"/",info->treename) ;
if (!db_update(db.s, info,envp))
{
log_trace("rollback db: ", info->treename.s) ;
......
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