logging
This commit is contained in:
parent
e5a7c9ef8a
commit
3cd9b5b29c
@ -30,7 +30,8 @@ namespace monitarr {
|
||||
static void remove_stalled(std::string_view download_id, std::string_view title,
|
||||
std::uint64_t episode_id, std::uint64_t movie_id,
|
||||
const server_cfg &server, data_db &state_db) {
|
||||
fmt::println("remove and block {}|{}", download_id, title);
|
||||
fmt::println("remove and block {}|{}|{}|{}", server.id, server.url, title,
|
||||
download_id);
|
||||
state_db.remove(download_id);
|
||||
|
||||
auto cli = create_client(server);
|
||||
|
Loading…
x
Reference in New Issue
Block a user