Changeset be7eccf in mainline
- Timestamp:
- 2013-04-03T21:26:24Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6133470
- Parents:
- 6da3baec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_sink.c
r6da3baec rbe7eccf 175 175 conn, dest, size, sink->format); 176 176 if (ret != EOK) { 177 log_warning("Failed to addsource %s: %s",177 log_warning("Failed to mix source %s: %s", 178 178 connection_source_name(conn), str_error(ret)); 179 179 }
Note:
See TracChangeset
for help on using the changeset viewer.