We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cb22b commit 91e7d06Copy full SHA for 91e7d06
PBGitRevList.mm
@@ -225,7 +225,7 @@ - (void) walkRevisionListWithSpecifier:(PBGitRevSpecifier*)rev
225
[self performSelectorOnMainThread:@selector(finishedParsing) withObject:nil waitUntilDone:NO];
226
}
227
else {
228
- NSLog(@"[%@ %s] thread has been canceled", [self class], NSStringFromSelector(_cmd));
+ NSLog(@"[%@ %@] thread has been canceled", [self class], NSStringFromSelector(_cmd));
229
230
231
[task terminate];
0 commit comments