line-wrap fatal message (that's not done automatically)
This commit is contained in:
parent
03518b90a2
commit
a5b2965cf5
@ -150,7 +150,7 @@ SessionDirectory::sources_root () const
|
|||||||
}
|
}
|
||||||
else if (entries.size() > 1) {
|
else if (entries.size() > 1) {
|
||||||
printf ("found %zu folderin interchange!\n", entries.size());
|
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
|
assert (0); // not reached
|
||||||
}
|
}
|
||||||
} catch (Glib::FileError) {
|
} catch (Glib::FileError) {
|
||||||
|
Loading…
Reference in New Issue
Block a user