diff options
author | Gabriel Russell <gabriel.russell@mongodb.com> | 2015-10-21 13:43:37 -0400 |
---|---|---|
committer | Gabriel Russell <gabriel.russell@mongodb.com> | 2015-10-21 13:43:37 -0400 |
commit | 2cfa6eb771e16afb354189815119fad318415d68 (patch) | |
tree | 5f195fba622c075f18f8a9c6e8d9239109a6992b /mongooplog | |
parent | b4338162d8799ce948d5e20d97acf80d6f1a4cf1 (diff) | |
download | mongo-2cfa6eb771e16afb354189815119fad318415d68.tar.gz |
TOOLS-932 deprecate mongooplog
Diffstat (limited to 'mongooplog')
-rw-r--r-- | mongooplog/main/mongooplog.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mongooplog/main/mongooplog.go b/mongooplog/main/mongooplog.go index 4c4544dbccd..0ce5b041900 100644 --- a/mongooplog/main/mongooplog.go +++ b/mongooplog/main/mongooplog.go @@ -22,6 +22,8 @@ func main() { sourceOpts := &mongooplog.SourceOptions{} opts.AddOptions(sourceOpts) + log.Logf(log.Always, "warning: mongooplog is deprecated, and will be removed completely in a future release") + // parse the command line options args, err := opts.Parse() if err != nil { |