From 44976e33cf0c3e97b2d951e9a257048fa9776e07 Mon Sep 17 00:00:00 2001 From: kalman Date: Mon, 1 Apr 2019 15:31:14 +0800 Subject: [PATCH] fix(tutorials): fix log bug --- samples/tutorials/control/iic_address.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/tutorials/control/iic_address.cc b/samples/tutorials/control/iic_address.cc index 67d69bc..1401020 100644 --- a/samples/tutorials/control/iic_address.cc +++ b/samples/tutorials/control/iic_address.cc @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) { // MYNTEYE-S1030/S2100 don't support this option if (model == Model::STANDARD2 || model == Model::STANDARD) { - LOG(INFO) << "Sorry,MYNTEYE-S1030 don't support iic address setting"; + LOG(INFO) << "Sorry,MYNTEYE-S1030/S2100 don't support iic address setting"; return 0; }