summaryrefslogtreecommitdiffstats
path: root/remoting/host/user_authenticator_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/user_authenticator_mac.cc')
-rw-r--r--remoting/host/user_authenticator_mac.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/host/user_authenticator_mac.cc b/remoting/host/user_authenticator_mac.cc
index 88c0951..85685cf 100644
--- a/remoting/host/user_authenticator_mac.cc
+++ b/remoting/host/user_authenticator_mac.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -9,7 +9,7 @@
#include <string>
#include "base/basictypes.h"
-#include "base/logging.h"
+#include "base/mac/mac_logging.h"
namespace remoting {
@@ -70,7 +70,7 @@ bool UserAuthenticatorMac::Authenticate(const std::string& username,
return false;
default:
- LOG(ERROR) << "AuthorizationCreate returned " << status;
+ OSSTATUS_LOG(ERROR, status) << "AuthorizationCreate";
return false;
}
}