summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonald <cjmcdonald@chromium.org>2021-09-15 04:03:49 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-15 14:29:40 +0000
commit0a19f385df253dc642b4dc9cb81d90e4fde0d99d (patch)
treefc31e6fbd5a7166984581f2ce36790d84de9aecf
parentc9c74e3dea4365ac99a4d8d76c06f062e302d14b (diff)
downloadchrome-ec-0a19f385df253dc642b4dc9cb81d90e4fde0d99d.tar.gz
Excise cros_logging module
Replace all usages of chromite.lib.cros_logging with the stdlib logging module. BUG=b:191490453 TEST=None BRANCH=None Signed-off-by: Chris McDonald <cjmcdonald@chromium.org> Change-Id: I661a620fb514b2b53b6e6c5d76c90cca0280959c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3161635 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rwxr-xr-xutil/flash_cr50.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_cr50.py b/util/flash_cr50.py
index 5b4428cf07..760a788627 100755
--- a/util/flash_cr50.py
+++ b/util/flash_cr50.py
@@ -15,6 +15,7 @@ util/flash_cr50.py --release prod -c cr50-rescue -p 9999
"""
import argparse
+import logging
import os
import pprint
import re
@@ -27,7 +28,6 @@ import threading
import time
from chromite.lib import cros_build_lib
-from chromite.lib import cros_logging as logging
CR50_FIRMWARE_BASE = '/opt/google/cr50/firmware/cr50.bin.'
RELEASE_PATHS = {