[easytag] Do not show the PID of the application at startup
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Do not show the PID of the application at startup
- Date: Thu, 30 Oct 2014 20:46:35 +0000 (UTC)
commit 115c7ef98e9a70a012ec613b1e4cba5de08dac7c
Author: David King <amigadave amigadave com>
Date: Thu Oct 30 20:26:17 2014 +0000
Do not show the PID of the application at startup
Any warning message from g_log() will show the PID, and it is otherwise
not that useful.
src/application.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/application.c b/src/application.c
index d34a289..b2bf5c2 100644
--- a/src/application.c
+++ b/src/application.c
@@ -174,8 +174,7 @@ common_init (EtApplication *self)
gtk_widget_show (MainWindow);
/* Starting messages */
- Log_Print (LOG_OK, _("Starting EasyTAG version %s (PID: %d)…"),
- PACKAGE_VERSION, getpid ());
+ Log_Print (LOG_OK, _("Starting EasyTAG version %s…"), PACKAGE_VERSION);
#ifdef G_OS_WIN32
if (g_getenv("EASYTAGLANG"))
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]