} 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"