line-wrap fatal message (that's not done automatically)

This commit is contained in:
Robin Gareus 2015-11-19 17:04:02 +01:00
parent 03518b90a2
commit a5b2965cf5

View File

@ -150,7 +150,7 @@ SessionDirectory::sources_root () const
}
else if (entries.size() > 1) {
printf ("found %zu folderin interchange!\n", entries.size());
PBD::fatal << string_compose (_("The session's interchange dir is tainted. There is more than one folder in '%1.'. Please remove extra subdirs to reduce possible file ambiguties."), sources_root_path) << endmsg;
PBD::fatal << string_compose (_("The session's interchange dir is tainted.\nThere is more than one folder in '%1'.\nPlease remove extra subdirs to reduce possible filename ambiguties."), sources_root_path) << endmsg;
assert (0); // not reached
}
} catch (Glib::FileError) {