Remove bad syslog

This commit is contained in:
emanuel 2022-02-22 15:06:54 +00:00
parent b687ebc866
commit 6a7c25cae2
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ int pcm_check(void* fc, PCM_t* pcm) {
if (mvc->negotiation) { if (mvc->negotiation) {
switch (mvc->negotiation->present) { switch (mvc->negotiation->present) {
case CoordinationNegotiation_PR_request: case CoordinationNegotiation_PR_request:
syslog_err("received PCM.request");
pcm_check_handle_request(facilities, pcm); pcm_check_handle_request(facilities, pcm);
break; break;
case CoordinationNegotiation_PR_reply: case CoordinationNegotiation_PR_reply: