Skip to content

Commit 73c10c6

Browse files
committed
Quiet down a log in v2
Signed-off-by: Thomas Calmant <thomas.calmant@gmail.com>
1 parent 2e4bf5d commit 73c10c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javaobj/v2/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def run(self):
146146
# Read content
147147
contents = [] # type: List[ParsedJavaContent]
148148
while True:
149-
self._log.info("Reading next content")
149+
self._log.debug("Reading next content")
150150
start = self.__fd.tell()
151151
try:
152152
type_code = self.__reader.read_byte()

0 commit comments

Comments
 (0)