From e63b39f061944d7eb10a4fe05fd866c816c5467b Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 7 Apr 2015 09:15:40 -0700 Subject: [PATCH] oops missed one --- interface/src/InterfaceLogging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/InterfaceLogging.cpp b/interface/src/InterfaceLogging.cpp index 9e440440ab..e1d0345277 100644 --- a/interface/src/InterfaceLogging.cpp +++ b/interface/src/InterfaceLogging.cpp @@ -11,4 +11,4 @@ #include "InterfaceLogging.h" -Q_LOGGING_CATEGORY(app, "hifi.interface") +Q_LOGGING_CATEGORY(interfaceapp, "hifi.interface")