From b0c865ba81fe6b53f49f32f6c222988a5b1c4202 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 1 Sep 2019 02:37:57 -0400 Subject: [PATCH] Toolbar: Correct log module name This isn't the space-related code, so we can amend this. --- specter/lib/Toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specter/lib/Toolbar.cpp b/specter/lib/Toolbar.cpp index ccf55205b..dd88c4746 100644 --- a/specter/lib/Toolbar.cpp +++ b/specter/lib/Toolbar.cpp @@ -6,7 +6,7 @@ #define TOOLBAR_PADDING 10 namespace specter { -static logvisor::Module Log("specter::Space"); +static logvisor::Module Log("specter::Toolbar"); static const zeus::RGBA32 Tex[] = {{{255, 255, 255, 64}}, {{255, 255, 255, 64}}, {{0, 0, 0, 64}}, {{0, 0, 0, 64}}};