Added a loglsisten command for listening into the log

This commit is contained in:
2016-05-17 11:30:38 +02:00
parent 0b41bcde03
commit 097b93aa8b
4 changed files with 98 additions and 2 deletions

View File

@ -202,7 +202,7 @@ static unsigned int sevFromText(const char *txt)
return sev;
}
/*=============================================================================*/
static unsigned int subsystemFromText(const char *text)
int subsystemFromText(const char *text)
{
int i;
static const char *subText[] = {"sys",