DebugLogger: add stream for storage

This commit is contained in:
Tim Wojtulewicz 2024-11-20 13:40:55 -07:00
parent e2b9e81c53
commit 3d6e7c85b0
2 changed files with 2 additions and 1 deletions

View file

@ -57,6 +57,7 @@ enum DebugStream {
DBG_HASHKEY, // HashKey buffers
DBG_SPICY, // Spicy functionality
DBG_CLUSTER, // Cluster functionality
DBG_STORAGE, // Storage framework
NUM_DBGS // Has to be last
};