From: Cheoleun Moon Date: Wed, 8 Apr 2020 04:49:41 +0000 (+0900) Subject: Reset color before new line X-Git-Tag: submit/tizen/20200409.073820^2~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a324d76392f8c9974478d111aa52c3e30d28a55a;p=platform%2Fcore%2Fapi%2Fwifi-aware.git Reset color before new line --- diff --git a/test/wifi-aware-publish-test.c b/test/wifi-aware-publish-test.c index 1adec7b..b2342e7 100644 --- a/test/wifi-aware-publish-test.c +++ b/test/wifi-aware-publish-test.c @@ -74,8 +74,8 @@ } while (0) #define PRINT_SUCCESS(format, args...) printf(MAKE_GREEN format RESET_COLOR "\n", ##args) -#define PRINT_FAILURE(format, args...) printf(MAKE_RED format RESET_COLOR, ##args) -#define PRINT_FAILURE_ERROR(format, error) printf(MAKE_RED format " Failure(%d:%s)\n" RESET_COLOR, error, __print_error(error)) +#define PRINT_FAILURE(format, args...) printf(MAKE_RED format RESET_COLOR "\n", ##args) +#define PRINT_FAILURE_ERROR(format, error) printf(MAKE_RED format " Failure(%d:%s)" RESET_COLOR "\n", error, __print_error(error)) #define SERVICE_NAME "Wi-Fi Aware Test" #define OTHER_SERVICE_NAME "Other Service Name"