From: Russell Bryant Date: Thu, 26 Aug 2010 13:26:14 +0000 (+0000) Subject: Slight improvement to a debug message. X-Git-Tag: 1.8.0-beta5~3^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a02e9bcc1600a8c4ef67ab3bb47523548696d8d;p=thirdparty%2Fasterisk.git Slight improvement to a debug message. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@283659 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_odbc.c b/res/res_odbc.c index a5d4ba9139..6e179efff7 100644 --- a/res/res_odbc.c +++ b/res/res_odbc.c @@ -1204,7 +1204,7 @@ struct odbc_obj *_ast_odbc_request_obj2(const char *name, struct ast_flags flags unsigned char state[10], diagnostic[256]; if (!(class = ao2_callback(class_container, 0, aoro2_class_cb, (char *) name))) { - ast_debug(1, "Class not found!\n"); + ast_debug(1, "Class '%s' not found!\n", name); return NULL; }