change warn() message and use simply , as strtok delimiter
This commit is contained in:
parent
bb06e80199
commit
c4b4a1fded
|
@ -138,7 +138,7 @@ progressbar_new(Statusbar *statusbar, cfg_t *config)
|
|||
|
||||
if(!(d->bars = cfg_size(config, "bar")))
|
||||
{
|
||||
warn("A progressbar-widget needs a: bar {} in the .awesomerc\n");
|
||||
warn("progressbar widget needs at least one bar section\n");
|
||||
return w;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue