mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-05 10:48:09 -05:00
[worker] Remove not-so-useful log message
This commit is contained in:
parent
38ed9e59ad
commit
3885b92111
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user