After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 781127 - Spam console when typing a note
Spam console when typing a note
Status: RESOLVED FIXED
Product: bijiben
Classification: Applications
Component: general
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: Bijiben maintainer(s)
Bijiben maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-04-10 11:16 UTC by Laurent Bigonville
Modified: 2017-05-03 02:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
output: unwanted log messages (1.51 KB, patch)
2017-05-03 02:30 UTC, Isaque Galdino
committed Details | Review

Description Laurent Bigonville 2017-04-10 11:16:25 UTC
Hi,

When editing a note, bijiben outputs in the console "manager changed" at every keystroke.

In the code I can see the following line:

g_print ("manager changed\n");

This should maybe be changed a a g_debug() or something
Comment 1 Isaque Galdino 2017-05-03 02:30:39 UTC
Created attachment 350917 [details] [review]
output: unwanted log messages

Bijiben was throwing some debug messages to console. Those messages were
created using g_print, which seems to be create to help some debug
process in the past and it was left in the code.

Messages were removed from the code.
Comment 2 Isaque Galdino 2017-05-03 02:33:41 UTC
Review of attachment 350917 [details] [review]:

Applied in master with commit be226f1766981915bc0d1a90a249312f2a32349e.