Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaetemi committed Sep 3, 2017
1 parent 1a790d2 commit 210b6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ int main(int argc, char *argv[])
if (marker && (bufLen > 1) || bufLen >= 255)
{
stringstream ss;
ss << messageStart << (bufLen - 1) << "};" << title;
ss << messageStart << (bufLen - 1) << "}:" << title;
ss << "|";
ss.write(buf, bufLen - 1);
if (wantTimestampAdded)
Expand Down

0 comments on commit 210b6bd

Please sign in to comment.