commit | 97ac40e4e6f3ed0bd5d6878d7d8d4a54fcaecb76 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Wed Mar 24 10:24:19 2010 -0700 |
committer | San Mehat <san@google.com> | Thu Mar 25 08:02:28 2010 -0700 |
tree | 824665f991e4ec6aa6a6a0fbf491a06e24cae500 | |
parent | da62e7c00259f6b98696cedb7d031f04951caef0 [diff] [blame] |
vold: Switch from LOG -> SLOG Change-Id: I48ee8bd90b47f5845f069cdf4d1b8ba6ecdb1b39 Signed-off-by: San Mehat <san@google.com>
diff --git a/Xwarp.cpp b/Xwarp.cpp index 1435a53..2973ff8 100644 --- a/Xwarp.cpp +++ b/Xwarp.cpp
@@ -73,7 +73,7 @@ tmp = (enable ? XWARP_BACKINGFILE : ""); if (write(fd, tmp, strlen(tmp)+1) < 0) { - LOGE("Failed to write xwarp cfg (%s)", strerror(errno)); + SLOGE("Failed to write xwarp cfg (%s)", strerror(errno)); close(fd); return -1; }