diff options
Diffstat (limited to 'src/util.cc')
| -rw-r--r-- | src/util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.cc b/src/util.cc index bce28f07..604768c7 100644 --- a/src/util.cc +++ b/src/util.cc @@ -170,6 +170,8 @@ dcp::empty_or_white_space (string s) void dcp::init () { + std::cout << "Initialising libdcp.\n"; + if (xmlSecInit() < 0) { throw MiscError ("could not initialise xmlsec"); } |
