Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 256714 | Differences between
and this patch

Collapse All | Expand All

(-)a/logtailer.c (-1 / +1 lines)
Lines 57-63 Link Here
57
  /* If the log is not the last one we printed from,
57
  /* If the log is not the last one we printed from,
58
     then print a label. */
58
     then print a label. */
59
  if (this != lastlog) {
59
  if (this != lastlog) {
60
    fprintf(stderr, "<%s>\n", this->label);
60
    fprintf(stderr, "\033[33;1m<%s>\033[0m\n", this->label);
61
    lastlog = this;
61
    lastlog = this;
62
  }
62
  }
63
63

Return to bug 256714