commit | 8595cca6d40cb240558c31a2fe1ac1aa493c976a | [log] [tgz] |
---|---|---|
author | Ramakant Singh <ramaka@codeaurora.org> | Thu Nov 06 16:17:08 2014 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Nov 07 00:57:10 2014 -0800 |
tree | c248e7b4632c7b9a09f28a4317edd57b664c2630 | |
parent | b3c14859664cce2dfe6e4a72a805c2d8421914ca [diff] [blame] |
hwc: Fix warning messages. Fix warning messages for hwc and copybit. Change-Id: I36360720383b482578fa6d2e21f19fe937f8610b
diff --git a/libhwcomposer/hwc_qclient.cpp b/libhwcomposer/hwc_qclient.cpp index fd0a36c..ab3c8c5 100644 --- a/libhwcomposer/hwc_qclient.cpp +++ b/libhwcomposer/hwc_qclient.cpp
@@ -184,7 +184,7 @@ handle_resume(ctx, dpy); } } else { - ALOGE("%s: Invalid dpy", __FUNCTION__, dpy); + ALOGE("%s: Invalid dpy %d", __FUNCTION__, dpy); return; } }