mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-14 06:48:12 -04:00
Only warn when validation layer wasn't found
This commit is contained in:
parent
2d30358ae2
commit
918354f81c
@ -118,7 +118,7 @@ pub const Instance = struct { // MARK: Instance
|
||||
break :continueOuter;
|
||||
}
|
||||
}
|
||||
std.log.err("Couldn't find validation layer {s}", .{layerName});
|
||||
std.log.warn("Couldn't find validation layer {s}", .{layerName});
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user