Driver: add missing debug log when process listener stops

This commit is contained in:
Russell Hancox
2015-01-13 16:32:08 -05:00
parent 195ba4d918
commit 4e0cfeb16d

View File

@@ -388,6 +388,7 @@ kern_return_t SantaDecisionManager::StopListener() {
ClearCache();
LOGD("Vnode listener stopped.");
LOGD("Process listener stopped.");
return kIOReturnSuccess;
}