/* If the log is not the last one we printed from,
then print a label. */
if (this != lastlog) {
fprintf(stderr, "<%s>\n", this->label);
fprintf(stderr, "\033[33;1m<%s>\033[0m\n", this->label);
lastlog = this;
}