From 812a7a9861e0b81b16064f96c3059090fb397499 Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 3 Dec 2018 11:13:56 +0100 Subject: [PATCH] fix: typo --- src/modules/custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/custom.cpp b/src/modules/custom.cpp index 4c57f963..3029a68f 100644 --- a/src/modules/custom.cpp +++ b/src/modules/custom.cpp @@ -49,7 +49,7 @@ void waybar::modules::Custom::continuousWorker() pclose(fp); thread_.stop(); output_ = { 1, "" }; - std::cerr << name_ " just stopped, is it endless?" << std::endl; + std::cerr << name_ + " just stopped, is it endless?" << std::endl; dp.emit(); return; }