去掉了一个debug输出

This commit is contained in:
chenzhikai 2021-12-14 14:18:49 +08:00
parent 1d35b16f66
commit c1ca119c02
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static int lookup(char *line, char *pattern, char **value)
{
char *p, *v;
int len = strlen(pattern);
klog_debug("%s\n",pattern);
// klog_debug("%s\n",pattern);
/* don't re-fill already found tags, first one wins */
if (strcmp(pattern,"processor")){
if (!*line || *value)