From f6c1615ee4b52a24c555bf0aa289cb5711894f1a Mon Sep 17 00:00:00 2001 From: syh <61004856+yuhengfdada@users.noreply.github.com> Date: Sat, 25 Sep 2021 13:13:58 +0800 Subject: [PATCH] Update Debug.java --- src/java/simpledb/common/Debug.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/simpledb/common/Debug.java b/src/java/simpledb/common/Debug.java index 3fd29fe0..05c7ad02 100644 --- a/src/java/simpledb/common/Debug.java +++ b/src/java/simpledb/common/Debug.java @@ -6,8 +6,8 @@ * more or less command line output to be turned on. *

* Change the value of the DEBUG_LEVEL constant using a system property: - * simpledb.common.Debug. For example, on the command line, use -Dsimpledb.Debug=x, - * or simply -Dsimpledb.Debug to enable it at level 0. + * simpledb.common.Debug. For example, on the command line, use -Dsimpledb.common.Debug=x, + * or simply -Dsimpledb.common.Debug to enable it at level 0. * The log(level, message, ...) method will print to standard output if the * level number is less than or equal to the currently set DEBUG_LEVEL. */