Skip to content

Commit cb13858

Browse files
DeviceInfracopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 838689667
1 parent 9ecb19c commit cb13858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/com/google/devtools/mobileharness/infra/client/api/mode/remote/util/LabRpcProtoConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private static void setTestResultByResultCause(
196196
}
197197
break;
198198
case UNKNOWN:
199-
logger.atInfo().log("Ignore UNKNOWN test result from lab side");
199+
logger.atFine().log("Ignore UNKNOWN test result from lab side");
200200
break;
201201
default:
202202
if (resultCause == null) {

0 commit comments

Comments
 (0)