From 460d04057b916104866e7a3b2f2f16c8b4139062 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Wed, 16 Jun 2010 05:27:54 +0000 Subject: [PATCH] add version to error message git-svn-id: http://encfs.googlecode.com/svn/trunk@58 db9cf616-1c43-0410-9cb8-a902689de0d6 --- encfs/FileUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encfs/FileUtils.cpp b/encfs/FileUtils.cpp index 54a11ae..2b4ec70 100644 --- a/encfs/FileUtils.cpp +++ b/encfs/FileUtils.cpp @@ -187,7 +187,7 @@ namespace boost cfg.subVersion = 20080813; } else if (version < (unsigned int)V5SubVersion) { - rError("Invalid version - please fix config file"); + rError("Invalid version %i - please fix config file", version); } else { rInfo("Boost <= 1.41 compatibility mode");