[gnome-disk-utility] Remove debug spew
- From: David Zeuthen <davidz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Remove debug spew
- Date: Mon, 14 Dec 2009 15:03:57 +0000 (UTC)
commit 1b99061bc7887c23fa4e3394fa32db7c37fa268a
Author: David Zeuthen <davidz redhat com>
Date: Mon Dec 14 10:03:05 2009 -0500
Remove debug spew
Signed-off-by: David Zeuthen <davidz redhat com>
src/gdu/gdu-pool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gdu/gdu-pool.c b/src/gdu/gdu-pool.c
index 1090ebe..96aa7a4 100644
--- a/src/gdu/gdu-pool.c
+++ b/src/gdu/gdu-pool.c
@@ -1795,7 +1795,7 @@ gdu_pool_new_for_address (const gchar *ssh_user_name,
pool->priv->ssh_address = g_strdup (ssh_address);
/* Watch the ssh process */
- g_print ("pid is %d\n", pool->priv->ssh_pid);
+ //g_print ("pid is %d\n", pool->priv->ssh_pid);
pool->priv->ssh_child_watch_id = g_child_watch_add (pool->priv->ssh_pid,
on_ssh_process_terminated,
pool);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]