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