mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 06:31:27 +00:00
Merge pull request #1571 from tancred/xcodecapp_fix_wrong_format_specifier
Corrected the format specifier for a logging statement in XcodeCapp.
This commit is contained in:
@@ -79,7 +79,7 @@ void fsevents_callback(ConstFSEventStreamRef streamRef,
|
||||
flags & kFSEventStreamEventFlagItemXattrMod ||
|
||||
flags & kFSEventStreamEventFlagItemChangeOwner))
|
||||
{
|
||||
DLog(@"event type: %@ for path %@", flags, path);
|
||||
DLog(@"event type: %u for path %@", flags, path);
|
||||
[xcc handleFileModification:path notify:YES];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user