Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69658
Collapse All | Expand All

(-)ez-ipupdate.c.old (-1 / +1 lines)
Lines 805-811 Link Here
805
    sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
805
    sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
806
#endif
806
#endif
807
807
808
    syslog(LOG_NOTICE, buf);
808
    syslog(LOG_NOTICE, "%s", buf);
809
  }
809
  }
810
  else
810
  else
811
  {
811
  {

Return to bug 69658