Skip to content

Commit

Permalink
Fix wrong logging level (dmlc#3689)
Browse files Browse the repository at this point in the history
  • Loading branch information
VoVAllen authored Jan 26, 2022
1 parent 069dc45 commit c8fef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/_ffi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ def load_tensor_adapter(backend, version):
tensor_adapter_loaded = (_LIB.DGLLoadTensorAdapter(path.encode('utf-8')) == 0)
if not tensor_adapter_loaded:
logger = logging.getLogger("dgl-core")
logger.warning("Memory optimization with PyTorch is not enabled.")
logger.debug("Memory optimization with PyTorch is not enabled.")

0 comments on commit c8fef62

Please sign in to comment.