X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fsymbol.c;h=c4409ee7fee20215928cb70222c62e48f02fadd8;hp=13f7fdfe328dc36daf8f958da879be0e665c0a67;hb=991f1fbe02ccfd2595908a03369621ab05cd21ff;hpb=1822e0e755a34e8f31dba5a03b7d0006eb7c803c diff --git a/config/symbol.c b/config/symbol.c index 13f7fdf..c4409ee 100644 --- a/config/symbol.c +++ b/config/symbol.c @@ -1221,7 +1221,7 @@ static struct symbol *sym_check_expr_deps(struct expr *e) default: break; } - printf("Oops! How to check %d?\n", e->type); + fprintf(stderr, "Oops! How to check %d?\n", e->type); return NULL; }