From 8d7f1dadeeb1dc1609b72de5a4ee3a5247b0e9e6 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 27 Jun 2014 18:39:06 -0700 Subject: Shut up already --- src/io/read.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/io') diff --git a/src/io/read.cpp b/src/io/read.cpp index d3e2a19..d057ca6 100644 --- a/src/io/read.cpp +++ b/src/io/read.cpp @@ -107,12 +107,12 @@ namespace io if (unhappy) { if (happy) - PRINTF("warning: file contains CR\n"_fmt); + FPRINTF(stderr, "warning: file contains CR\n"_fmt); else - PRINTF("warning: file contains bare CR\n"_fmt); + FPRINTF(stderr, "warning: file contains bare CR\n"_fmt); } else if (!happy && anything) - PRINTF("warning: file does not contain a trailing newline\n"_fmt); + FPRINTF(stderr, "warning: file does not contain a trailing newline\n"_fmt); line = AString(tmp); return anything; } -- cgit v1.2.3-70-g09d2