https://git.reactos.org/?p=reactos.git;a=commitdiff;h=aab8cd81ff21971cb2d2a26ab7197a57466cb9a7

commit aab8cd81ff21971cb2d2a26ab7197a57466cb9a7
Author:     Kyle Katarn <[email protected]>
AuthorDate: Tue Aug 25 18:12:17 2020 +0200
Commit:     GitHub <[email protected]>
CommitDate: Tue Aug 25 19:12:17 2020 +0300

    [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)
             {

Reply via email to