mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 08:45:59 +01:00
More debug output
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
b85e8c389f
commit
97cbbe7c06
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ zathura_filemonitor_new(const char* file_path,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
girara_debug("starting file monitor");
|
||||
ZathuraFileMonitor* file_monitor = ZATHURA_FILEMONITOR(ret);
|
||||
ZATHURA_FILEMONITOR_GET_CLASS(file_monitor)->start(file_monitor);
|
||||
|
||||
|
|
Loading…
Reference in a new issue