mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
[worker] Remove not-so-useful log message
This commit is contained in:
@@ -140,8 +140,6 @@ worker_execute(void (*cb)(void *), void *cb_arg, size_t arg_size, int delay)
|
|||||||
struct worker_arg *cmdarg;
|
struct worker_arg *cmdarg;
|
||||||
void *argcpy;
|
void *argcpy;
|
||||||
|
|
||||||
DPRINTF(E_DBG, L_MAIN, "Got worker execute request\n");
|
|
||||||
|
|
||||||
cmdarg = calloc(1, sizeof(struct worker_arg));
|
cmdarg = calloc(1, sizeof(struct worker_arg));
|
||||||
if (!cmdarg)
|
if (!cmdarg)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user