Skip to content
Snippets Groups Projects
Commit d21ba5cd authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Naming conventions.

parent 72dfcb1f
No related branches found
No related tags found
1 merge request!3Full functionality of libcaosdb
Pipeline #12518 passed with warnings
Pipeline: caosdb-octaveinttest

#12521

    ......@@ -59,7 +59,7 @@ auto transactionStatusToMessage(const caosdb::transaction::Transaction *const tr
    if (!status.IsError()) { // || code == caosdb::StatusCode::GENERIC_TRANSACTION_ERROR) {
    return std::pair<string, string>();
    }
    string id = string("maoxdb:") + std::to_string(code);
    string id = string("maoxdb:E") + std::to_string(code);
    string text = status.GetDescription();
    return std::pair<string, string>(id, text);
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment