Skip to content

Commit

Permalink
Make forward logger disabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed May 1, 2016
1 parent ee456b0 commit 73bab12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/get5_logger.sp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public Plugin myinfo = {
name = "Get5 logger",
author = "splewis",
description = "",
description = "Provides logging for get5 forwards",
version = PLUGIN_VERSION,
url = "https://github.com/splewis/get5"
};
Expand Down
1 change: 1 addition & 0 deletions smbuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Plugin(source='scripting/get5_logger.sp')

Package(name='get5',
plugins=['get5', 'get5_logger'],
disabled_plugins=['get5_logger'],
filegroups={
'.': ['LICENSE', 'README.md'],
},
Expand Down

0 comments on commit 73bab12

Please sign in to comment.