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

Set G_LOG_DOMAIN for proper GLib error reporting/logging #371

Merged
merged 1 commit into from
Mar 4, 2016

Conversation

eht16
Copy link
Member

@eht16 eht16 commented Feb 21, 2016

This turns messages like:

** INFO: User plugins: /home/enrico/tmp/geany_conf/plugins/geanypy/plugins
** INFO: System plugins: /home/enrico/apps/share/geany/geanypy/plugins

into

GeanyPy-INFO: User plugins: /home/enrico/tmp/geany_conf/plugins/geanypy/plugins
GeanyPy-INFO: System plugins: /home/enrico/apps/share/geany/geanypy/plugins

@codebrainz
Copy link
Member

Looks OK to me, do you mind applying it upstream?

@eht16
Copy link
Member Author

eht16 commented Feb 22, 2016

Done in codebrainz/geanypy#40

@codebrainz
Copy link
Member

Merged upstream in codebrainz/geanypy@d11b4eb

@frlan
Copy link
Member

frlan commented Feb 24, 2016

@codebrainz Is this safe to also apply here?

@codebrainz
Copy link
Member

@frlan I haven't tested it against GP but it built fine in the upstream build system. If it builds, it should be fine, otherwise the preprocessor would spew out errors early.

frlan added a commit that referenced this pull request Mar 4, 2016
Set G_LOG_DOMAIN for proper GLib error reporting/logging
@frlan frlan merged commit 1997900 into geany:master Mar 4, 2016
@eht16 eht16 deleted the geanypy_g_log_domain branch March 6, 2016 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants