diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2013-01-03 06:42:29 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2013-01-19 16:02:28 -0800 |
commit | 21ec36947ab900ac4a7ab8793890fc9282f9a474 (patch) | |
tree | ff63cb99276f1fccc1bd77f4d47b030e78065b23 /src | |
parent | ef700194f913d189b6338efd30b26327cb30f9c2 (diff) |
Log plugin and Evince version during initialization
Diffstat (limited to 'src')
-rw-r--r-- | src/evbp.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ static gboolean evbp_initialize(void) { g_debug("%s", __func__); + g_debug("Initializing plugin version %s built with evince-%u.%u.%u", + EVBP_VERSION, EV_MAJOR_VERSION, EV_MINOR_VERSION, + EV_MICRO_VERSION); if (!ev_initialize()) return FALSE; |