Fix TaggedCache to use uniform logging interface

This commit is contained in:
Vinnie Falco
2013-05-25 15:16:28 -07:00
parent 6b38c20905
commit 2576e54b6e
3 changed files with 12 additions and 10 deletions

View File

@@ -25,8 +25,7 @@
SETUP_LOG (Application)
// VFALCO: TODO, fix this, it might have broken with the Log changes
LogPartition TaggedCachePartition("TaggedCache");
// VFALCO: TODO, fix/clean this, it might have broken with the Log changes
LogPartition AutoSocketPartition("AutoSocket");
Application* theApp = NULL;