| 554 | |
| 555 | |
| 556 | void iscDbLogStatus(const TEXT* text, Firebird::IStatus* status) |
| 557 | { |
| 558 | const TEXT* hdr = NULL; |
| 559 | Firebird::string buf; |
| 560 | if (text) |
| 561 | { |
| 562 | buf = "Database: "; |
| 563 | buf += text; |
| 564 | hdr = buf.c_str(); |
| 565 | } |
| 566 | iscLogStatus(hdr, status); |
| 567 | } |
| 568 | |
| 569 | |
| 570 | void iscLogException(const char* text, const Firebird::Exception& e) |
no test coverage detected