dym@astro:~/tmp/asterisk/build/svn/asterisk-1.2/channels$ diff -Naur chan_mgcp.c.orig chan_mgcp.c --- chan_mgcp.c.orig 2006-08-22 07:39:52.000000000 +0300 +++ chan_mgcp.c 2006-08-19 08:18:13.000000000 +0300 @@ -1654,8 +1654,10 @@ if (name) { if (g) ast_log(LOG_NOTICE, "Endpoint '%s' not found on gateway '%s'\n", tmp, at); + /* dym else ast_log(LOG_NOTICE, "Gateway '%s' (and thus its endpoint '%s') does not exist\n", at, tmp); + */ } } return sub;