summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-08-26 13:28:05 +0000
committerRussell Bryant <russell@russellbryant.com>2010-08-26 13:28:05 +0000
commit405a831032f6aef8328f1bc486b78546a8ed1b23 (patch)
treead65df93cc66a37a6ef269823ceb5981881f5906 /res/res_odbc.c
parentfc9d1879ceae13e5cea06689a7c9e3e823f51a64 (diff)
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
Diffstat (limited to 'res/res_odbc.c')
-rw-r--r--res/res_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_odbc.c b/res/res_odbc.c
index a5d4ba913..6e179efff 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;
}