diff --git a/src/rm/RequestManagerProxy.cc b/src/rm/RequestManagerProxy.cc index fa6e2c8c4b..c2a6cd8e6f 100644 --- a/src/rm/RequestManagerProxy.cc +++ b/src/rm/RequestManagerProxy.cc @@ -34,7 +34,7 @@ RequestManagerProxy::RequestManagerProxy(string _method) method = _method; client = new Client("none", master_endpoint, msg_size); - method_name = ("one.proxy." + method); + method_name = ("RequestManagerProxy." + method); } /* -------------------------------------------------------------------------- */