Skip to content

Commit 4912ec9

Browse files
committed
shortening the message
1 parent e61ce31 commit 4912ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dds.net-connector-cpp.app/test-app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void my_double_consumer(std::string& variableName, double variableValue)
6868
{
6969
y = variableValue;
7070

71-
cout << "TESTX, TESTY = " << x << ", " << y << endl;
71+
cout << x << ", " << y << endl;
7272
}
7373
}
7474

0 commit comments

Comments
 (0)