This commit is contained in:
Sergey Dorofeev
2013-06-04 20:31:52 +04:00
parent cd74def9c6
commit 6b84f75a60
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -376,7 +376,7 @@ int call_system_modem(void)
else
log("warning: no modem dial suffix defined");
log("calling %s (%s, %s)",
log("calling with modem %s (%s, %s)",
ftn_addrstr(abuf, state.node.addr),
(state.node.name && *state.node.name) ? state.node.name : "<none>",
string_printable(dialstring));
@@ -516,7 +516,7 @@ defalt:
return BFERR_FATALERROR;
}
log("calling %s (%s, %s)",
log("calling with internet %s (%s, %s)",
ftn_addrstr(abuf, state.node.addr),
(state.node.name && *state.node.name ) ? state.node.name : "<none>",
(state.node.host && *state.node.host) ? state.node.host : "<none>");