reactorlabs / rir

GNU General Public License v2.0
62 stars 18 forks source link

cerr to logger->warning #1262

Closed skrynski closed 10 months ago

skrynski commented 10 months ago

We should not directly write to cerr unless there is an assert(false) right after. Otherwise, we use the logger object for warnings , which does not actually print anything unless a debug flag is on