more verbose output
This commit is contained in:
@@ -448,7 +448,9 @@ int main()
|
|||||||
error = true;
|
error = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
cout << "\"" << check[0] << "\": create OK" << endl;
|
cout << "\"" << check[0] << "\"=\"";
|
||||||
|
fields->dump(cout);
|
||||||
|
cout << "\": create OK" << endl;
|
||||||
if (isTemplate) {
|
if (isTemplate) {
|
||||||
// store new template
|
// store new template
|
||||||
result = templates->add(fields, "", true);
|
result = templates->add(fields, "", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user