Silence warning

This commit is contained in:
Colby Klein
2011-06-07 18:23:17 -07:00
parent 5c83d529ab
commit 7c2cefc190
+1 -1
View File
@@ -164,7 +164,7 @@ struct TapNote
{
if (type_ > TapNote::fake )
{
LOG->Trace(ssprintf("Invalid tap note type %d (most likely) due to random vanish issues. Assume it doesn't need judging.", type_ ) );
LOG->Trace("Invalid tap note type %d (most likely) due to random vanish issues. Assume it doesn't need judging.", (int)type_ );
type = TapNote::empty;
}
}