add debug message showing the name of a group whose linked file can't be found.

This commit is contained in:
phkahler 2020-09-22 14:53:51 -04:00
parent d575da8611
commit d49c8a1aef

View File

@ -892,6 +892,7 @@ try_again:
}
}
} else if(linkMap.count(g.linkFile) == 0) {
dbp("Missing file for group: %s", g.name.c_str());
// The file was moved; prompt the user for its new location.
switch(LocateImportedFile(g.linkFile.RelativeTo(saveFile), canCancel)) {
case Platform::MessageDialog::Response::YES: {