https://git.reactos.org/?p=reactos.git;a=commitdiff;h=88cdb9696b96fcaacc802…
commit 88cdb9696b96fcaacc802462be6a4fa1c5f7de78
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Sun Sep 6 22:48:29 2020 +0900
Commit: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
CommitDate: Sun Sep 6 22:48:29 2020 +0900
[SHELL32] Make 'hwndServer == NULL' spams quiet
---
dll/win32/shell32/changenotify.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dll/win32/shell32/changenotify.cpp b/dll/win32/shell32/changenotify.cpp
index 08a7e632eba..c35201cce7c 100644
--- a/dll/win32/shell32/changenotify.cpp
+++ b/dll/win32/shell32/changenotify.cpp
@@ -300,10 +300,7 @@ CreateNotificationParamAndSend(LONG wEventId, UINT uFlags,
LPCITEMIDLIST pidl1,
// get server window
HWND hwndServer = GetNotificationServer(FALSE);
if (hwndServer == NULL)
- {
- ERR("hwndServer == NULL\n");
return;
- }
// the ticket owner is the process of the notification server
DWORD pid;