Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adopt commit d52b53d from master: Merge pull request #593 from mgirou…
…x/review/fix-trailing-comma-in-logseverity

commit d52b53d
Merge: 547dfbd e086282
Author: mgiroux <mgiroux@bloomberg.net>
Date:   Thu Jul 28 15:10:13 2016 -0400

    Merge pull request #593 from mgiroux/review/fix-trailing-comma-in-logseverity

    remove trailing comma from enum

commit e086282
Author: Mike Giroux <mgiroux@bloomberg.net>
Date:   Thu Jul 28 15:04:53 2016 -0400

    remove trailing comma from enum
  • Loading branch information
RMGiroux authored and abeels committed Sep 23, 2016
1 parent 4520f39 commit 6ccbdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/bsl/bsls/bsls_logseverity.h
Expand Up @@ -90,7 +90,7 @@ struct LogSeverity {
e_WARN = 2, // a *potentially* problematic condition
e_INFO = 3, // data about the running process
e_DEBUG = 4, // information useful while debugging
e_TRACE = 5, // execution trace data
e_TRACE = 5 // execution trace data
};

public:
Expand Down

0 comments on commit 6ccbdc1

Please sign in to comment.