aboutsummaryrefslogtreecommitdiff
path: root/src/userdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userdb.c')
-rw-r--r--src/userdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userdb.c b/src/userdb.c
index 32e43b8..abcdb51 100644
--- a/src/userdb.c
+++ b/src/userdb.c
@@ -157,7 +157,7 @@ struct userdata_t *userdb_request_lookup(const char *name)
if(are_child)
{
send_master(REQ_GETUSERDATA, name, strlen(name) + 1);
- sig_debugf("returned reqdata is of type %d\n", reqdata_type);
+ debugf("returned reqdata is of type %d\n", reqdata_type);
if(reqdata_type == TYPE_USERDATA)
return &returned_reqdata.userdata;
return NULL;