[calamares] Explain config-file failures better
This commit is contained in:
parent
39a0d2315b
commit
bf092de76f
@ -87,7 +87,7 @@ int main(int argc, char** argv)
|
||||
if ( !doc.IsMap() )
|
||||
{
|
||||
cerr << "WARNING:" << filename << '\n';
|
||||
cerr << "WARNING: not-a-YAML-map\n";
|
||||
cerr << "WARNING: not-a-YAML-map (type=" << doc.Type() << ")\n";
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user