nfqws,tpws: show hostlist/ipset stat() error

This commit is contained in:
bol-van
2025-02-02 22:48:23 +03:00
parent 58e26c3e9d
commit 00619c8dab
5 changed files with 5 additions and 1 deletions

View File

@@ -354,7 +354,7 @@ static void auto_hostlist_failed(struct desync_profile *dp, const char *hostname
}
if (!append_to_list_file(dp->hostlist_auto->filename, hostname))
{
DLOG_PERROR("write to auto hostlist:");
DLOG_PERROR("write to auto hostlist");
return;
}
if (!file_mod_signature(dp->hostlist_auto->filename, &dp->hostlist_auto->mod_sig))