mirror of
https://github.com/vgough/encfs.git
synced 2024-11-25 01:13:12 +01:00
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:
parent
04e17903f6
commit
460d04057b
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user