VCM log requests not for ego

This commit is contained in:
emanuel 2022-06-28 18:34:25 +01:00
parent 3bc140e1f1
commit c665d23381
1 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ static int vcm_check_handle_request(facilities_t* facilities, VCM_t* vcm, mc_nei
} }
} }
if (!is_req4me) { if (!is_req4me) {
syslog_debug("[facilities] [vc] received VCM.request not affecting me");
return 0; return 0;
} }