[websocket] fixed getRanged requests
[profile/ivi/automotive-message-broker.git] / plugins / examplesink.cpp
index 85f3d39..bd0afef 100644 (file)
@@ -183,7 +183,8 @@ void ExampleSink::supportedChanged(const PropertyList & supportedProperties)
                        for(auto itr = values.begin(); itr != values.end(); itr++)
                        {
                                auto val = *itr;
-                               DebugOut(1)<<"Value from past: ("<<val->name<<"): "<<val->toString()<<" time: "<<val->timestamp<<endl;
+                               DebugOut(1) <<"Value from past: (" << val->name << "): " << val->toString()
+                                                  <<" time: " << val->timestamp << " sequence: " << val->sequence << endl;
                        }
 
                        delete reply;