Skip to content

Commit

Permalink
Revert "Merge pull request #40 from secondbounce/master"
Browse files Browse the repository at this point in the history
This reverts commit 7a9bb4c.
  • Loading branch information
Jesper Hess Nielsen committed Jul 5, 2016
1 parent 7a9bb4c commit 9d63b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NLog.Targets.Syslog/MessageCreation/SdElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ internal static IEnumerable<byte> Bytes(IEnumerable<SdElement> sdElements, LogEv
private static IEnumerable<byte> Bytes(IEnumerable<byte> sdIdBytes, IEnumerable<byte> sdParamsBytes)
{
return LeftBracketBytes
.Concat(LeftBracketBytes)
.Concat(sdIdBytes)
.Concat(sdParamsBytes)
.Concat(RightBracketBytes);
Expand Down

0 comments on commit 9d63b86

Please sign in to comment.