diff -r 7c9fb24bcc07 -r a4d5daae8389 src/EditProductTab2.cpp --- a/src/EditProductTab2.cpp Sun Jun 09 11:47:41 2024 +0200 +++ b/src/EditProductTab2.cpp Sun Jun 09 15:20:26 2024 +0200 @@ -71,7 +71,7 @@ if (query.next()) { product->eq_HLT_volume = query.value("HLT_volume").toDouble(); product->eq_HLT_deadspace = query.value("HLT_deadspace").toDouble(); - qDebug() << " Update equipment HLT settings" << product->eq_HLT_volume << product->eq_HLT_deadspace; + qDebug() << "== Update equipment HLT settings" << product->eq_HLT_volume << product->eq_HLT_deadspace; is_changed(); } }