add version to error message

git-svn-id: http://encfs.googlecode.com/svn/trunk@58 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough 2010-06-16 05:27:54 +00:00
parent 04e17903f6
commit 460d04057b

View File

@ -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");