mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Merged revisions 283659 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r283659 | russell | 2010-08-26 08:26:14 -0500 (Thu, 26 Aug 2010) | 2 lines Slight improvement to a debug message. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@283660 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user