feat: warn user about stopped endless custom module

This commit is contained in:
Alexis
2018-12-03 09:35:10 +01:00
parent 691fb88057
commit 1d96d57b75
4 changed files with 4 additions and 3 deletions

View File

@ -49,6 +49,7 @@ void waybar::modules::Custom::continuousWorker()
pclose(fp);
thread_.stop();
output_ = { 1, "" };
std::cerr << name_ " just stopped, is it endless?" << std::endl;
dp.emit();
return;
}