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. */