Skip to content

Commit

Permalink
Update src/debug/Stream.h
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rousskov <[email protected]>
  • Loading branch information
yadij and rousskov authored Dec 29, 2024
1 parent ff45ee1 commit e0c62da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug/Stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void ResyncDebugLog(FILE *newDestination);
std::ostream& ForceAlert(std::ostream& s);

/*
* MYNAME is for use at debug levels 0 and 1 where HERE is too messy.
* MYNAME is for use (in rare/special cases) at debug levels 0 and 1
*
* debugs(1,1, MYNAME << "WARNING: some message");
*/
Expand Down

0 comments on commit e0c62da

Please sign in to comment.