| author | |
| committer | |
| log | 353a5888a24ae636831a8a57cb0951a2c133d09e |
| tree | 7152b32ca5b0413cc1fe6b1a8f9468b8939e66c0 |
| parent | 07d63db6cc1ccfa6bbb82098f2ab950732f2fb5b |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
src/otel.zig+2| ... | ... | @@ -44,6 +44,8 @@ pub fn init(args: struct {}) !void { |
| 44 | 44 | break; |
| 45 | 45 | } |
| 46 | 46 | } |
| 47 | if (@"os.version" == null) std.log.warn("/etc/os-release did not contain a VERSION_ID field", .{}); | |
| 48 | if (@"os.name" == null) std.log.warn("/etc/os-release did not contain a NAME field", .{}); | |
| 47 | 49 | } |
| 48 | 50 | |
| 49 | 51 | pub fn deinit() void { |