Skip to content
Snippets Groups Projects
Commit f98f29ba authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

print

parent 08a6321e
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ void BpmPlot::setHistorySiz(int n) {
void BpmPlot::onUpdate(const CuData &da) {
bool e = da.B("err");
CuVariant v = da["q"];
// pretty_pri("%s: q: %s msg '%s': %s", e ? "error" : "OK", da.s("qs").c_str(), da.s("msg").c_str(), da.toString().c_str());
printf("%s: q: %s msg '%s': %s\n", e ? "error" : "OK", da.s("qs").c_str(), da.s("msg").c_str(), da.toString().c_str());
m_container->setToolTip(da.s("msg").c_str());
m_container->setEnabled(!e);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment