From c09c7f486aea344a4a89eaee22602c56e8f19b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 16 May 2016 17:24:07 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@199 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src/io/pidiagnostics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/pidiagnostics.cpp b/src/io/pidiagnostics.cpp index 9ecaaa3e..8d460d67 100755 --- a/src/io/pidiagnostics.cpp +++ b/src/io/pidiagnostics.cpp @@ -173,7 +173,7 @@ void PIDiagnostics::changeDisconnectTimeout(float disct) { // if (disct != disconn_) { disconn_ = piMaxf(disct, interval() / 1000.f); int hist_size = piMaxi(int(disconn_ * 1000. / interval()), 1); - piCoutObj << hist_size << interval(); + //piCoutObj << hist_size << interval(); history_rec.resize(hist_size); history_send.resize(hist_size); // }