mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-13 19:22:58 +00:00
fix for renamed DEBUG2 macro (again)
This commit is contained in:
parent
92bdce5d1a
commit
a92601f069
@ -2842,7 +2842,7 @@ static struct text_object *construct_text_object(const char *s,
|
||||
} else {
|
||||
obj->data.cpu_index = 0;
|
||||
}
|
||||
DEBUG2("Adding info for CPU %d", obj->data.cpu_index);
|
||||
DBGP2("Adding info for CPU %d", obj->data.cpu_index);
|
||||
} else {
|
||||
obj->data.cpu_index = 0;
|
||||
}
|
||||
@ -2859,7 +2859,7 @@ static struct text_object *construct_text_object(const char *s,
|
||||
scan_bar(arg, &obj->a, &obj->b);
|
||||
obj->data.cpu_index = 0;
|
||||
}
|
||||
DEBUG2("Adding info for CPU %d", obj->data.cpu_index);
|
||||
DBGP2("Adding info for CPU %d", obj->data.cpu_index);
|
||||
END OBJ(cpugraph, INFO_CPU)
|
||||
char *buf = scan_graph(arg, &obj->a, &obj->b, &obj->c, &obj->d,
|
||||
&obj->e, &obj->showaslog);
|
||||
@ -2872,7 +2872,7 @@ static struct text_object *construct_text_object(const char *s,
|
||||
}
|
||||
free(buf);
|
||||
}
|
||||
DEBUG2("Adding info for CPU %d", obj->data.cpu_index);
|
||||
DBGP2("Adding info for CPU %d", obj->data.cpu_index);
|
||||
END OBJ(loadgraph, INFO_LOADAVG)
|
||||
char *buf = scan_graph(arg, &obj->a, &obj->b, &obj->c, &obj->d,
|
||||
&obj->e, &obj->showaslog);
|
||||
|
Loading…
Reference in New Issue
Block a user