Fix uHRouter log message

pull/2/head
Stelios Bounanos 2009-04-11 15:33:49 +01:00
rodzic e94628c2b6
commit 8fe2028d8f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -554,7 +554,7 @@ void PTT::set_uhrouter(bool ptt)
LOG_ERROR("No reply to PTT command within %jd seconds", (intmax_t)t.tv_sec);
break;
default:
LOG_INFO("Received \"%s\"", str2hex(buf, n, (char*)buf+n, sizeof(buf)-n));
LOG_INFO("Received \"%s\"", str2hex(buf, n));
// last received char should be '1'(?)
break;
}