Skip to content

Commit 3c83d3d

Browse files
committed
ggml-remotingfrontend: turn a INFO log into ERROR
1 parent 5713372 commit 3c83d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-remotingfrontend/virtgpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ virtgpu_open(struct virtgpu *gpu)
126126
drmDevicePtr devs[8];
127127
int count = drmGetDevices2(0, devs, ARRAY_SIZE(devs));
128128
if (count < 0) {
129-
INFO("failed to enumerate DRM devices");
129+
ERROR("failed to enumerate DRM devices");
130130
return APIR_ERROR_INITIALIZATION_FAILED;
131131
}
132132

0 commit comments

Comments
 (0)