diff options
| author | 2019-03-19 00:33:12 +0000 | |
|---|---|---|
| committer | 2019-03-19 00:33:12 +0000 | |
| commit | 9c18f9df2b946db0c0eccb67154053a3b5d1a23b (patch) | |
| tree | a7d26258bba8c926e8eb1eab61cf21ef7cb8f7b9 | |
| parent | ab0b329789f599f49018fe7ee682cf6af83b3647 (diff) | |
| parent | bdee4864ce97e79541421af976d26e0c5de9455c (diff) | |
Merge "Set DEBUG to false for statsd shell subscriber"
| -rw-r--r-- | cmds/statsd/src/shell/ShellSubscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/src/shell/ShellSubscriber.cpp b/cmds/statsd/src/shell/ShellSubscriber.cpp index 52d5ffc33317..f7e32d4aed26 100644 --- a/cmds/statsd/src/shell/ShellSubscriber.cpp +++ b/cmds/statsd/src/shell/ShellSubscriber.cpp @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#define DEBUG true // STOPSHIP if true +#define DEBUG false // STOPSHIP if true #include "Log.h" #include "ShellSubscriber.h" |