X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/ce3c8656732c924baf7e88df75eab50891bdc471..fa7225c82381bac4432a6edf16f53b5370238d85:/OSX/libsecurity_utilities/lib/machrunloopserver.cpp?ds=sidebyside diff --git a/OSX/libsecurity_utilities/lib/machrunloopserver.cpp b/OSX/libsecurity_utilities/lib/machrunloopserver.cpp index 38021594..f6ef5ac5 100644 --- a/OSX/libsecurity_utilities/lib/machrunloopserver.cpp +++ b/OSX/libsecurity_utilities/lib/machrunloopserver.cpp @@ -97,7 +97,7 @@ void MachRunLoopServer::receive(const Message &request) void MachRunLoopServer::oneRequest(const Message &request) { if (!handle(request, mReplyMessage)) { // MIG dispatch failed - secdebug("machrls", "MachRunLoopServer dispatch failed"); + secinfo("machrls", "MachRunLoopServer dispatch failed"); } else { // MIG dispatch handled the call. Send reply back to caller. mReplyMessage.send((MACH_MSGH_BITS_REMOTE(mReplyMessage.bits()) == MACH_MSG_TYPE_MOVE_SEND_ONCE) ?