labels: improve logging for import
Clear up the code a bit using the new logging functions. Don't log a failure for "plan A" as an error, it just scares user unnecessarily.
This commit is contained in:
@ -43,6 +43,7 @@ class Store; // fwd declaration
|
||||
Result<std::string> export_labels(const Store& store,
|
||||
const std::string& query="",
|
||||
Option<std::string> path={});
|
||||
|
||||
/**
|
||||
* Import labels from a file
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user