Skip to content
Snippets Groups Projects
Commit b213b23a authored by Stanley Goldman's avatar Stanley Goldman
Browse files

Missed an error with the string.format()

parent 79afd136
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ namespace GitHub.Unity
if (texture == null)
{
logger.Warning("Unable to retrieve texture for Status: {0} IsLocked:{1}", isLocked);
logger.Warning("Unable to retrieve texture for Status: {0} IsLocked:{1}", status, isLocked);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment