diff --git a/Source/santad/SNTCompilerController.mm b/Source/santad/SNTCompilerController.mm index e54f3a1d2..376629d70 100644 --- a/Source/santad/SNTCompilerController.mm +++ b/Source/santad/SNTCompilerController.mm @@ -132,8 +132,8 @@ - (void)createTransitiveRule:(const Message &)esMsg NSError *error = nil; SNTFileInfo *fi = [[SNTFileInfo alloc] initWithEndpointSecurityFile:targetFile error:&error]; if (error) { - LOGD(@"Unable to create SNTFileInfo while attempting to create transitive rule. Path: %@", - @(targetFile->path.data)); + LOGD(@"Unable to create SNTFileInfo while attempting to create transitive rule. Event: %d | Path: %@ | Error: %@", + (int)esMsg->event_type, @(targetFile->path.data), error); return; }