summaryrefslogtreecommitdiff
path: root/src/torrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/torrent.c')
-rw-r--r--src/torrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torrent.c b/src/torrent.c
index ed1a232..784668f 100644
--- a/src/torrent.c
+++ b/src/torrent.c
@@ -310,7 +310,7 @@ gchar *torrent_get_status_string(gint64 rpcv, gint64 value)
}
}
- //g_warning("Unknown status: %li", value);
+ //g_warning("Unknown status: %ld", value);
return g_strdup(_("Unknown"));
}