summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-28 12:10:15 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-28 12:10:15 +0000
commit7508bf6bae5707aaca541c8bed805d0544d41eef (patch)
tree922220ec595ba4dfad5c6a438834b3eda0c26720
parentabcc413ec583c289638946db9a30ce50a838b714 (diff)
netlib log switched to the fast hooks
git-svn-id: http://svn.miranda-ng.org/main/trunk@1708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--src/modules/netlib/netliblog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/netlib/netliblog.cpp b/src/modules/netlib/netliblog.cpp
index c572f95d53..88fe4731b5 100644
--- a/src/modules/netlib/netliblog.cpp
+++ b/src/modules/netlib/netliblog.cpp
@@ -389,7 +389,7 @@ static INT_PTR NetlibLog(WPARAM wParam, LPARAM lParam)
}
LOGMSG logMsg = { szHead, pszMsg };
- NotifyEventHooks(hLogEvent, (WPARAM)nlu, (LPARAM)&logMsg);
+ NotifyFastHook(hLogEvent, (WPARAM)nlu, (LPARAM)&logMsg);
SetLastError(dwOriginalLastError);
return 1;