1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 01:57:09 +00:00

Rephrase an error message

This commit is contained in:
Pavel Labath 2010-02-12 23:04:32 +01:00
parent 851e8b8ef0
commit b3411782e6

View File

@ -63,7 +63,7 @@ namespace conky {
disabled_source_factory(lua::state &l, const std::string &name, const std::string &setting)
{
// XXX some generic way of reporting errors? NORM_ERR?
std::cerr << "Support for setting '" << name
std::cerr << "Support for variable '" << name
<< "' has been disabled during compilation. Please recompile with '"
<< setting << "'" << std::endl;