HelenOS sources

log_warning        56 uspace/srv/audio/hound/audio_data.c 			log_warning("Data not a multiple of frame size, "
log_warning       315 uspace/srv/audio/hound/audio_device.c 				log_warning("Failed to push recorded data");
log_warning       390 uspace/srv/audio/hound/audio_device.c 		log_warning("Failed to release buffer: %s", str_error(ret));
log_warning       148 uspace/srv/audio/hound/audio_sink.c 			log_warning("Failed to mix source %s: %s",
log_warning       111 uspace/srv/audio/hound/audio_source.c 			log_warning("Failed push data to %s: %s",
log_warning       125 uspace/srv/audio/hound/connection.c 		log_warning("Connection failed to provide enough data %zd/%zu",
log_warning       130 uspace/srv/audio/hound/hound.c 		log_warning("Removing sink '%s' while still connected.", sink->name);
log_warning       153 uspace/srv/audio/hound/hound.c 		log_warning("Removing source '%s' while still connected.", source->name);
log_warning       325 uspace/srv/audio/hound/hound.c 		log_warning("Neither sink nor source on device '%s'.", name);
log_warning       279 uspace/srv/audio/hound/hound_ctx.c 			log_warning("Destroying stream with non empty buffer");
log_warning       413 uspace/srv/audio/hound/hound_ctx.c 			log_warning("Not enough data in stream buffer");
HelenOS homepage, sources at GitHub