printf -> fprintf

SVN revision: 68858
This commit is contained in:
Mike Blumenkrantz 2012-03-06 23:52:09 +00:00
parent f793b1ff52
commit 1869a1bc64
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ _forecasts_parse(void *data)
return 1;
error:
printf("ERROR: Couldn't parse info from xml.weather.yahoo.com\n");
fprintf(stderr, "ERROR: Couldn't parse info from xml.weather.yahoo.com\n");
return 0;
}