X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.c;h=045a0d60d949839f3ea4f66d7dee4f251dca1d71;hb=37d39868e7eed7ff3c8420dec0e3e82caa7cd868;hp=9984cbcbe9d63fff1f803594f05394c19e2bc403;hpb=d3a68744e728b77d2c37f51e865f2f49e533b6f7;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.c b/src/afb-hreq.c index 9984cbcb..045a0d60 100644 --- a/src/afb-hreq.c +++ b/src/afb-hreq.c @@ -219,7 +219,7 @@ static magic_t lazy_libmagic() /* MAGIC_MIME tells magic to return a mime of the file, but you can specify different things */ if (verbosity) - printf("Loading mimetype default magic database\n"); + fprintf(stderr, "Loading mimetype default magic database\n"); result = magic_open(MAGIC_MIME_TYPE); if (result == NULL) {