X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..2973440143693ed88ec4a84745ea02f47376daa1:/OSX/libsecurity_utilities/lib/machrunloopserver.cpp 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) ?