summaryrefslogtreecommitdiff
path: root/src/torrent.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-05 21:39:54 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-05 21:39:54 +0000
commit7b8dc2b65b24b48d6be090e0798b31c46090780e (patch)
treede975443bc724d61f8a2784904083f61801ee672 /src/torrent.c
parente941b2e01998f86cd60fac3c83091d473b4bfecd (diff)
issue 40 - a free space indicator. also split stuff out on the statusbar to the right side. I never liked that statusbar :o now use GtkLabels inside a HBox instead of 1 GtkStatusBar.
Diffstat (limited to 'src/torrent.c')
-rw-r--r--src/torrent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/torrent.c b/src/torrent.c
index cc9f0f8..bdd6d75 100644
--- a/src/torrent.c
+++ b/src/torrent.c
@@ -304,6 +304,7 @@ gchar *torrent_get_status_string(gint64 rpcv, gint64 value)
}
}
+ g_warning("Unknown status: %ld", value);
return g_strdup(_("Unknown"));
}