Use error_msg instead of fprintf(stderr
diff --git a/libbb/recursive_action.c b/libbb/recursive_action.c
index 8917f47..8f9cc2f 100644
--- a/libbb/recursive_action.c
+++ b/libbb/recursive_action.c
@@ -60,8 +60,7 @@
 
 	if (status < 0) {
 #ifdef DEBUG_RECURS_ACTION
-		fprintf(stderr,
-				"status=%d followLinks=%d TRUE=%d\n",
+		error_msg("status=%d followLinks=%d TRUE=%d",
 				status, followLinks, TRUE);
 #endif
 		perror_msg("%s", fileName);