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
517acbd5
Commit
517acbd5
authored
Jun 03, 2012
by
Sebastian Ramacher
Browse files
Remove \n in debug output.
parent
508f8dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
render.c
View file @
517acbd5
...
...
@@ -32,7 +32,7 @@ render_job(void* data, void* user_data)
return
;
}
girara_debug
(
"rendring page %d
\n
"
,
zathura_page_get_index
(
page
));
girara_debug
(
"rendring page %d
...
"
,
zathura_page_get_index
(
page
));
if
(
render
(
zathura
,
page
)
!=
true
)
{
girara_error
(
"Rendering failed (page %d)
\n
"
,
zathura_page_get_index
(
page
));
}
...
...
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