Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

Commit

Permalink
Fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
misterfifths committed Oct 26, 2015
1 parent 290ae91 commit 100db4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sidecar/CRLSystemSound.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ -(OSStatus)createSystemSound
#endif
}
else
NSLog(@"[CRLSystemSound] Error creating system sound for %@. Status code: %u", self.fileURL, err);
NSLog(@"[CRLSystemSound] Error creating system sound for %@. Status code: %d", self.fileURL, (int)err);

return err;
}
Expand Down

0 comments on commit 100db4b

Please sign in to comment.