From aab8cd81ff21971cb2d2a26ab7197a57466cb9a7 Mon Sep 17 00:00:00 2001 From: Kyle Katarn Date: Tue, 25 Aug 2020 18:12:17 +0200 Subject: [PATCH] [SHELL32] Demote noisy ERR() to TRACE() in CRecyclerDropTarget (#3093) --- dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp b/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp index 77bcef97583..fa2b5ff1bcb 100644 --- a/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp +++ b/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp @@ -56,7 +56,7 @@ class CRecyclerDropTarget : FileOp.pFrom = (LPWSTR) (((byte*) lpdf) + lpdf->pFiles);; if ((fMask & CMIC_MASK_SHIFT_DOWN) == 0) FileOp.fFlags = FOF_ALLOWUNDO; - ERR("Deleting file (just the first) = %s, allowundo: %d\n", debugstr_w(FileOp.pFrom), (FileOp.fFlags == FOF_ALLOWUNDO)); + TRACE("Deleting file (just the first) = %s, allowundo: %d\n", debugstr_w(FileOp.pFrom), (FileOp.fFlags == FOF_ALLOWUNDO)); if (SHFileOperationW(&FileOp) != 0) {