aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins
diff options
context:
space:
mode:
authorzaverden <zaverden@yandex-team.com>2023-06-29 08:03:04 +0300
committerzaverden <zaverden@yandex-team.com>2023-06-29 08:03:04 +0300
commitb8e3c595f1cbc1ac82ce6d660e1e1e7744e4b30f (patch)
tree709ae4fc587e40fa67f9d5d2eddb6681f23754ad /build/plugins
parentca464ac6b0e54cfe0bb5646d50242ed08cfc51e9 (diff)
downloadydb-b8e3c595f1cbc1ac82ce6d660e1e1e7744e4b30f.tar.gz
fix(nots.py): use logger
Diffstat (limited to 'build/plugins')
-rw-r--r--build/plugins/nots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py
index cab3b34c92..994512a108 100644
--- a/build/plugins/nots.py
+++ b/build/plugins/nots.py
@@ -366,7 +366,7 @@ def _add_test(unit, test_type, test_files, deps=None, test_record=None, test_cwd
for k, v in full_test_record.items():
if not isinstance(v, str):
- unit.message(["WARN", k])
+ logger.warn(k, type(k))
if test_record:
full_test_record.update(test_record)