mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
i love when the bugs only appear when you turn up the debugging
This commit is contained in:
parent
6627827c56
commit
0736ee4a57
3 changed files with 2 additions and 4 deletions
|
@ -180,7 +180,7 @@ msg(source, mc, data, vars, showingLog, target) {
|
|||
rv["_context_relay"] = vars["_context"];
|
||||
P1(("Invalid route in context: msg(%O, %O, %O, %O, %O) -> %O\n",
|
||||
source, mc, data, vars, target, rv))
|
||||
D2(( sendmsg(source, "_failure_invalid_route", 0, rv); ))
|
||||
D2( sendmsg(source, "_failure_invalid_route", 0, rv); )
|
||||
return 1;
|
||||
} else {
|
||||
P1(("%O unexpected msg(%O, %O, %O, %O, %O)\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue