summaryrefslogtreecommitdiff
path: root/lib/vehicleproperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vehicleproperty.cpp')
-rw-r--r--lib/vehicleproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vehicleproperty.cpp b/lib/vehicleproperty.cpp
index 8b7f3626..ec75ae73 100644
--- a/lib/vehicleproperty.cpp
+++ b/lib/vehicleproperty.cpp
@@ -342,7 +342,7 @@ bool VehicleProperty::registerPropertyPriv(VehicleProperty::Property name, Vehic
{
if(ListPlusPlus<Property>(&mCapabilities).contains(name))
{
- DebugOut(0)<<__FUNCTION__<<" ERROR: property '"<<name<<"'' already registered."<<endl;
+ DebugOut(0)<<__FUNCTION__<<" ERROR: property '"<<name<<"' already registered."<<endl;
return false;
}