X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hsrv.c;h=73ad6a60faf8ada01cf0c51271976fd7d9d8f619;hb=f5314448943216b558a3efd53f35ac9f14926b32;hp=2c303d3cd2c527934a677be3967e9ff69cea8efe;hpb=2c5dc2d88b8d2434934315fb285f4efade040543;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; }