summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthat <github@that.at>2014-10-13 00:15:05 +0200
committerDees Troy <dees_troy@teamw.in>2014-10-14 15:19:29 +0200
commit5823d48f9e4a6c098571e57685af30ca793ccd38 (patch)
treedfca2050c15ab9eba47bef631c6cc21d73d741dc
parentUpdate reference to 24-hour clock (diff)
downloadandroid_bootable_recovery-5823d48f9e4a6c098571e57685af30ca793ccd38.tar
android_bootable_recovery-5823d48f9e4a6c098571e57685af30ca793ccd38.tar.gz
android_bootable_recovery-5823d48f9e4a6c098571e57685af30ca793ccd38.tar.bz2
android_bootable_recovery-5823d48f9e4a6c098571e57685af30ca793ccd38.tar.lz
android_bootable_recovery-5823d48f9e4a6c098571e57685af30ca793ccd38.tar.xz
android_bootable_recovery-5823d48f9e4a6c098571e57685af30ca793ccd38.tar.zst
android_bootable_recovery-5823d48f9e4a6c098571e57685af30ca793ccd38.zip
-rwxr-xr-xmtp/MtpStorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtp/MtpStorage.cpp b/mtp/MtpStorage.cpp
index 4c55361fa..821a788f2 100755
--- a/mtp/MtpStorage.cpp
+++ b/mtp/MtpStorage.cpp
@@ -768,7 +768,7 @@ Node* MtpStorage::findNode(MtpObjectHandle handle) {
}
}
// Item is not on this storage device
- MTPE("MtpStorage::findNode: no node found for handle %u, searched %u trees\n", handle, mtpmap.size());
+ MTPD("MtpStorage::findNode: no node found for handle %u on storage %u, searched %u trees\n", handle, mStorageID, mtpmap.size());
return NULL;
}