Changeset e5bc912 in mainline for uspace/srv/audio/hound/hound_ctx.c


Ignore:
Timestamp:
2013-08-16T15:16:21Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ac8b096
Parents:
537620a8
Message:

Fix printf compile issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/hound_ctx.c

    r537620a8 re5bc912  
    413413                return ENOMEM;
    414414        }
    415         log_verbose("CTX: %p. Mixing %zu streams", ctx,
     415        log_verbose("CTX: %p: Mixing %u streams", ctx,
    416416            list_count(&ctx->streams));
    417417        pcm_format_silence(buffer, size, &source->format);
     
    424424                        log_warning("Not enough data in stream buffer");
    425425        }
    426         log_verbose("CTX: %p. Pushing audio to %zu connections", ctx,
     426        log_verbose("CTX: %p. Pushing audio to %u connections", ctx,
    427427            list_count(&source->connections));
    428428        list_foreach(source->connections, it) {
Note: See TracChangeset for help on using the changeset viewer.