]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - libratbox/src/balloc.c
ok, trying to work on blockheap's stuff
[irc/rqf/shadowircd.git] / libratbox / src / balloc.c
index 54a29c8ecdc288c071b72c963a85e283d8fdd610..cd5c5e7cb8357662d2e67e0c889ad875658450f6 100644 (file)
@@ -394,13 +394,13 @@ rb_bh_free(rb_bh * bh, void *ptr)
 
        if(unlikely(bh == NULL))
        {
-               rb_lib_log("balloc.c:rb_bhFree() bh == NULL");
+               rb_lib_log("balloc.c:rb_bh_free() bh == NULL");
                return (1);
        }
 
        if(unlikely(ptr == NULL))
        {
-               rb_lib_log("balloc.rb_bhFree() ptr == NULL");
+               rb_lib_log("balloc.rb_bh_free() ptr == NULL");
                return (1);
        }