mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-25 02:41:19 +01:00
Both compileFilterRules and compileSSHPolicy include .Caller() on their resolution error log statements, but compileACLWithAutogroupSelf does not. Add .Caller() to the three log sites (source resolution error, destination resolution error, nil destination) for consistent debuggability across all compilation paths. Updates #2990