commit | 7b984e3f7e724f8a3547a707210319f3d479f261 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Tue Dec 20 16:22:42 2011 +0000 |
committer | Steve Block <steveblock@google.com> | Tue Jan 03 22:32:34 2012 +0000 |
tree | f822637917242036992cf05c6c62004117393551 | |
parent | 8112c85001dae35f626cfacd22f274f2ce5ffa64 [diff] [blame] |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I85b946663d5a0e7606140282bf758c27b8c6f68f
diff --git a/PanController.cpp b/PanController.cpp index 253c943..c58aebb 100644 --- a/PanController.cpp +++ b/PanController.cpp
@@ -93,11 +93,11 @@ return 0; } - LOGD("Stopping PAN services"); + ALOGD("Stopping PAN services"); kill(mPid, SIGTERM); waitpid(mPid, NULL, 0); mPid = 0; - LOGD("PAN services stopped"); + ALOGD("PAN services stopped"); return 0; }