diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index b6df5d5cbb..9885c15ffa 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -136,7 +136,7 @@ Session::first_stage_init (string fullpath, string snapshot_name) char buf[PATH_MAX+1]; if (!realpath (fullpath.c_str(), buf) && (errno != ENOENT)) { - error << string_compose(_("Could not use path %1 (%s)"), buf, strerror(errno)) << endmsg; + error << string_compose(_("Could not use path %1 (%2)"), buf, strerror(errno)) << endmsg; destroy (); throw failed_constructor(); }