In zone.c, use __func__ instead of hand-crafted me strings
In zone.c, the "me" strings were defined for functions that could be traced with "ENTER" macro.
Use the func that's defined by the compiler and is less prone to copy&paste errors.
Edited by Ondřej Surý