Skip to content

Commit 91e7d06

Browse files
committed
Fix bad format string
1 parent 82cb22b commit 91e7d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PBGitRevList.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ - (void) walkRevisionListWithSpecifier:(PBGitRevSpecifier*)rev
225225
[self performSelectorOnMainThread:@selector(finishedParsing) withObject:nil waitUntilDone:NO];
226226
}
227227
else {
228-
NSLog(@"[%@ %s] thread has been canceled", [self class], NSStringFromSelector(_cmd));
228+
NSLog(@"[%@ %@] thread has been canceled", [self class], NSStringFromSelector(_cmd));
229229
}
230230

231231
[task terminate];

0 commit comments

Comments
 (0)