From dc8787016f967ffb39b65d81d867d9b1190bfe4e Mon Sep 17 00:00:00 2001 From: Jason Ly Date: Mon, 29 Dec 2025 17:59:23 -0500 Subject: [PATCH] change bye bye to close file monitoring --- src/joomer-efsw-file-monitoring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joomer-efsw-file-monitoring.cpp b/src/joomer-efsw-file-monitoring.cpp index d724563..a12f6ae 100644 --- a/src/joomer-efsw-file-monitoring.cpp +++ b/src/joomer-efsw-file-monitoring.cpp @@ -16,7 +16,7 @@ void flip_image_vertically(unsigned char* data, int width, int height, int chann bool STOP = false; void sigend( int ) { - std::cout << std::endl << "Bye bye" << std::endl; + std::cout << std::endl << "close file monitoring" << std::endl; STOP = true; }