Added a loglsisten command for listening into the log
This commit is contained in:
2
logv2.c
2
logv2.c
@ -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",
|
||||
|
Reference in New Issue
Block a user