am-utils/am-utils-6.2-1.git.e03592f0...

23 lines
696 B
Diff

am-utils-6.2-1.git.e03592f0 - fix get_nfs_version() message
From: Ian Kent <ikent@redhat.com>
Fix a error message formating mistake in get_nfs_version().
---
conf/transp/transp_sockets.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/transp/transp_sockets.c b/conf/transp/transp_sockets.c
index d5e729f..5036b26 100644
--- a/conf/transp/transp_sockets.c
+++ b/conf/transp/transp_sockets.c
@@ -478,7 +478,7 @@ try_again:
}
if (errstr) {
- plog(XLOG_INFO, "get_nfs_version NFS(%d,%s) failed for %s%s",
+ plog(XLOG_INFO, "get_nfs_version NFS(%d,%s) failed for %s: %s",
(int) nfs_version, proto, host, errstr);
if (again) {
#ifdef HAVE_FS_NFS3