Commit e2b86afd authored by Pavel Vainerman's avatar Pavel Vainerman

(LogReader): увеличил максимальный размер названия лога до 120 символов

parent 1d7e8377
......@@ -59,7 +59,7 @@ namespace uniset
Command cmd;
unsigned int data;
static const size_t MAXLOGNAME = 30;
static const size_t MAXLOGNAME = 120;
char logname[MAXLOGNAME + 1]; // +1 reserverd for '\0'
void setLogName( const std::string& name );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment