summaryrefslogtreecommitdiff
path: root/src/torrent.c
diff options
context:
space:
mode:
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"));
}