Skip to content

Commit

Permalink
A parameter was missing from a log statement, causing a crash. Thanks…
Browse files Browse the repository at this point in the history
… to Matt Stevens for the patch.
  • Loading branch information
Robbie Hanson committed Mar 13, 2011
1 parent 4ba9bb9 commit 95f7ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HTTPServer.m
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ - (BOOL)start:(NSError **)errPtr
}
else
{
HTTPLogError(@"%@: Failed to start HTTP Server: %@", err);
HTTPLogError(@"%@: Failed to start HTTP Server: %@", THIS_FILE, err);
[err retain];
}

Expand Down

0 comments on commit 95f7ce9

Please sign in to comment.