https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768
--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2010-05-16 11:44:14 PDT ---
3. In Mac OS X, the standard output and error of programs run from the GUI is
either redirected to a "console" file in older versions or, in newer versions,
piped to launchd which logs them.
So it's platform-dependent what happens to the standard output and error of GUI
programs.
We already use g_warning() to report problems in the preference file; if we
think it's important for the user to see them, we should perhaps pop up a
window in Wireshark to display them (perhaps to display all g_warning() and
g_error() output).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.