summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-17 13:28:35 +0000
committerCarl Hetherington <cth@carlh.net>2020-11-17 13:28:35 +0000
commit7d45b16de65ec8622cd5ffe84edc31a822ae7fe7 (patch)
tree919d12bca07be5c0421a4ecc40f7f8e027a76fec /src/util.cc
parent4587644ad4888ebb17a8368312e89da37eabc7be (diff)
Add some debugging messages.v1.6.x-laszlo
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc2
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");
}