summaryrefslogtreecommitdiffstats
path: root/src/fuse/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse/connection.c')
-rw-r--r--src/fuse/connection.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fuse/connection.c b/src/fuse/connection.c
index 0a96055..170e329 100644
--- a/src/fuse/connection.c
+++ b/src/fuse/connection.c
@@ -215,6 +215,9 @@ bool connection_read(dnbd3_async_t *request)
void connection_close()
{
+ if ( keepRunning ) {
+ logadd( LOG_INFO, "Tearing down dnbd3 connections and workers" );
+ }
pthread_mutex_lock( &mutexInit );
keepRunning = false;
if ( !connectionInitDone ) {