Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make timestamping debug output consistent #572

Open
tomaszg7 opened this issue Jan 2, 2018 · 0 comments
Open

Make timestamping debug output consistent #572

tomaszg7 opened this issue Jan 2, 2018 · 0 comments

Comments

@tomaszg7
Copy link
Contributor

tomaszg7 commented Jan 2, 2018

ISSUE TYPE

  • Feature Request

SUMMARY

Right now, Geeqie takes an inconsistent approach to debug messages. Some of them are timestamped by hand (like DEBUG_1("%s image done", get_exec_time());). Moreover, there is also a possibility to timestamp all debug messages in log window. It then produces messages doubly-timestamped (and with slightly different times obviously) like:

403.105885 (+00000.000003):image.c:image_complete_util:128:  403.105882 (+00000.000450) image load completed "xxx" (current)

Moreover, display of timestamp is related to debug level. It doesn't work on level 1, which is a bit inconvenient. Also, command-line switch to enable it would be handy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant