From 5823d48f9e4a6c098571e57685af30ca793ccd38 Mon Sep 17 00:00:00 2001 From: that Date: Mon, 13 Oct 2014 00:15:05 +0200 Subject: mtp: fix log spam: findNode not finding a node is not an error The requested file might be on another storage. Change-Id: Ia71525058b616a28a8ea2b4ab48ebac1c790757e --- mtp/MtpStorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3