summaryrefslogtreecommitdiffstats
path: root/ResponseCode.cpp
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-03-24 10:24:19 -0700
committerSan Mehat <san@google.com>2010-03-25 08:02:28 -0700
commit97ac40e4e6f3ed0bd5d6878d7d8d4a54fcaecb76 (patch)
tree824665f991e4ec6aa6a6a0fbf491a06e24cae500 /ResponseCode.cpp
parentda62e7c00259f6b98696cedb7d031f04951caef0 (diff)
downloadsystem_vold-97ac40e4e6f3ed0bd5d6878d7d8d4a54fcaecb76.zip
system_vold-97ac40e4e6f3ed0bd5d6878d7d8d4a54fcaecb76.tar.gz
system_vold-97ac40e4e6f3ed0bd5d6878d7d8d4a54fcaecb76.tar.bz2
vold: Switch from LOG -> SLOG
Change-Id: I48ee8bd90b47f5845f069cdf4d1b8ba6ecdb1b39 Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'ResponseCode.cpp')
-rw-r--r--ResponseCode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ResponseCode.cpp b/ResponseCode.cpp
index cb9f98c..d7e778d 100644
--- a/ResponseCode.cpp
+++ b/ResponseCode.cpp
@@ -37,6 +37,6 @@ int ResponseCode::convertFromErrno() {
return(ResponseCode::OpFailedStorageNotFound);
}
- LOGW("Returning OperationFailed - no handler for errno %d", errno);
+ SLOGW("Returning OperationFailed - no handler for errno %d", errno);
return(ResponseCode::OperationFailed);
}