X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hsrv.c;h=73ad6a60faf8ada01cf0c51271976fd7d9d8f619;hb=37d39868e7eed7ff3c8420dec0e3e82caa7cd868;hp=2c303d3cd2c527934a677be3967e9ff69cea8efe;hpb=d3a68744e728b77d2c37f51e865f2f49e533b6f7;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c index 2c303d3c..73ad6a60 100644 --- a/src/afb-hsrv.c +++ b/src/afb-hsrv.c @@ -336,7 +336,7 @@ int afb_hsrv_start(struct afb_hsrv *hsrv, uint16_t port, unsigned int connection MHD_OPTION_END); /* options-end */ if (httpd == NULL) { - printf("Error: httpStart invalid httpd port: %d", (int)port); + fprintf(stderr, "Error: httpStart invalid httpd port: %d", (int)port); return 0; }