mirror of
https://github.com/vgough/encfs.git
synced 2024-11-28 19:03:42 +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;
|
cfg.subVersion = 20080813;
|
||||||
} else if (version < (unsigned int)V5SubVersion)
|
} else if (version < (unsigned int)V5SubVersion)
|
||||||
{
|
{
|
||||||
rError("Invalid version - please fix config file");
|
rError("Invalid version %i - please fix config file", version);
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
rInfo("Boost <= 1.41 compatibility mode");
|
rInfo("Boost <= 1.41 compatibility mode");
|
||||||
|
Loading…
Reference in New Issue
Block a user