| 110 | } |
| 111 | |
| 112 | void OsirisProxy::LogOsirisWarning(std::string const & msg) |
| 113 | { |
| 114 | LogOsirisMsg("{W} " + msg); |
| 115 | } |
| 116 | |
| 117 | void OsirisProxy::LogOsirisMsg(std::string const & msg) |
| 118 | { |
nothing calls this directly
no outgoing calls
no test coverage detected