From ab3664210420e45568e938d87d0d522521cefd47 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Thu, 28 Dec 2017 15:17:34 +0530 Subject: geo-rep: Log message improvements BUG: 1529480 Change-Id: If4775ed9886990c0e1bcf4e44c7dfef95cc4f0c3 Signed-off-by: Aravinda VK --- geo-replication/syncdaemon/syncdutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'geo-replication/syncdaemon/syncdutils.py') diff --git a/geo-replication/syncdaemon/syncdutils.py b/geo-replication/syncdaemon/syncdutils.py index 5dd535a5c7f..1f2692254db 100644 --- a/geo-replication/syncdaemon/syncdutils.py +++ b/geo-replication/syncdaemon/syncdutils.py @@ -317,7 +317,7 @@ def log_raise_exception(excont): rconf.transport.terminate_geterr() elif isinstance(exc, OSError) and exc.errno in (ENOTCONN, ECONNABORTED): - logging.error(lf('glusterfs session went down', + logging.error(lf('Gluster Mount process exited', error=errorcode[exc.errno])) else: logtag = "FAIL" -- cgit