diff --git a/src/Magnum/Audio/Context.cpp b/src/Magnum/Audio/Context.cpp index 480d8ffd0..8c0bc5719 100644 --- a/src/Magnum/Audio/Context.cpp +++ b/src/Magnum/Audio/Context.cpp @@ -54,6 +54,10 @@ Context::Context() { alcMakeContextCurrent(_context); _current = this; + + /* Print some info */ + Debug() << "Audio Renderer:" << rendererString() << "by" << vendorString(); + Debug() << "OpenAL version:" << versionString(); } Context::~Context() {