]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - src/forb/src/exec_req.c
forb: Add debugging messages that show which method is going to be executed
[frescor/frsh-forb.git] / src / forb / src / exec_req.c
index 5e1a805a418cfde64ec78c8c929fe3d1ade2039f..8ecfa8005ada060163f0c3a735724e1ff311f075 100644 (file)
@@ -88,6 +88,7 @@ void forb_exec_req_process(forb_exec_req_t *exec_req)
        exec_req->obj->exec_req = exec_req;
 
        /* Invoke the skeleton */
+       ul_logdeb("Executing %s()\n", exec_req->obj->interface->method_names[exec_req->method_index]);
        skeletons = exec_req->obj->interface->skeletons;
        skeletons[exec_req->method_index](&exec_req->codec,
                                         &reply_codec,