base: increase label length limit of core LOG session

Fixes #2061
This commit is contained in:
Christian Prochaska 2016-08-17 17:23:23 +02:00 committed by Christian Helmuth
parent 892f21fd54
commit a5d3aa8373
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace Genode {
{
public:
enum { LABEL_LEN = 64 };
enum { LABEL_LEN = 128 };
private: