Fix build issue

This commit is contained in:
Hackerpilot 2015-01-01 20:03:41 -08:00
parent a9a7038c40
commit 18198623e9
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ struct ModuleCache
/// TODO: Implement /// TODO: Implement
static void clear() static void clear()
{ {
Log.warn("ModuleCache.clear is not yet implemented."); Log.info("ModuleCache.clear is not yet implemented.");
} }
/** /**