diff options
Diffstat (limited to 'src/JackLibDriver.cpp')
-rw-r--r-- | src/JackLibDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JackLibDriver.cpp b/src/JackLibDriver.cpp index 36015fe..ba87fe1 100644 --- a/src/JackLibDriver.cpp +++ b/src/JackLibDriver.cpp @@ -230,7 +230,7 @@ JackLibDriver::get_port_info(const jack_port_t* const port) } } else { _log.warning(fmt::format( - "[JACK] Port \"{}\" has unknown type \"{}\"", name, type_str)); + R"([JACK] Port "{}" has unknown type "{}")", name, type_str)); } // Get direction from port flags |