Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
0ca4789d
Commit
0ca4789d
authored
Jan 26, 2017
by
Sebastian Ramacher
Browse files
Print name instead of path
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
be7b4c1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/plugin.c
View file @
0ca4789d
...
@@ -196,8 +196,8 @@ zathura_plugin_manager_load(zathura_plugin_manager_t* plugin_manager)
...
@@ -196,8 +196,8 @@ zathura_plugin_manager_load(zathura_plugin_manager_t* plugin_manager)
girara_error
(
"could not register plugin %s"
,
path
);
girara_error
(
"could not register plugin %s"
,
path
);
zathura_plugin_free
(
plugin
);
zathura_plugin_free
(
plugin
);
}
else
{
}
else
{
girara_debug
(
"successfully loaded plugin %s"
,
path
);
girara_debug
(
"successfully loaded plugin
from
%s"
,
path
);
girara_debug
(
"plugin
'
%s
'
: version %u.%u.%u"
,
p
ath
,
girara_debug
(
"plugin %s: version %u.%u.%u"
,
p
lugin_definition
->
name
,
plugin_definition
->
version
.
major
,
plugin_definition
->
version
.
minor
,
plugin_definition
->
version
.
major
,
plugin_definition
->
version
.
minor
,
plugin_definition
->
version
.
rev
);
plugin_definition
->
version
.
rev
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment