Use GLib logging for socket error messages
commitbd938af032298b7bef3410641dc6a07f4996fbb8
authorEnrico Tröger <enrico.troeger@uvena.de>
Mon, 25 Mar 2019 18:23:51 +0000 (25 19:23 +0100)
committerEnrico Tröger <enrico.troeger@uvena.de>
Sun, 7 Apr 2019 09:33:05 +0000 (7 11:33 +0200)
treeb5dcdde8b8d5feab98b0f653896af9a11829fde9
parentb8cdfddf985f666ec09b79237f5ae19fc02a9e9a
Use GLib logging for socket error messages

The "perror" logs were not very visible on non-Windows systems
(i.e. the user could see and notice them only when Geany was started
from the command line).
On Windows, those messages were never visible at all.

Add a new debug log message if Geany received an IPC command
from a remote instance.

Also, add a status bar and status window message if the initial socket
creation failed.
src/libmain.c
src/socket.c