fix: Bytearray expected, got function

This commit is contained in:
MihailRis
2025-09-28 21:44:04 +03:00
parent 1350910d28
commit 2d1c69ee7e
3 changed files with 6 additions and 4 deletions
-1
View File
@@ -379,7 +379,6 @@ public:
}
totalDownload += size;
}
logger.debug() << "read " << size << " bytes from " << to_string(addr);
}
}