summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Port.cpp')
-rw-r--r--src/gui/Port.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp
index c9c858cb..7d84abca 100644
--- a/src/gui/Port.cpp
+++ b/src/gui/Port.cpp
@@ -136,7 +136,7 @@ void
Port::on_value_changed(GVariant* value)
{
if (!g_variant_is_of_type(value, G_VARIANT_TYPE_DOUBLE)) {
- Raul::warn << "TODO: Non-float port value changed." << std::endl;
+ Raul::warn("TODO: Non-float port value changed\n");
return;
}