Skip to content

Commit

Permalink
fix: correct error data
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpdev committed Sep 7, 2024
1 parent ff16f62 commit deee2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const DEFAULT_TLS_KEY_FILE: &str = "key.pem";

const DEFAULT_LOG_PATH: &str = "/var/log/rspi-bios/";

const SYSTEM_STREAM_ERROR_DATA: &str = "Error occurred while attempting to process system stream";
const SYSTEM_STREAM_ERROR_DATA: &str = "0, 0, 0, 0";

const DEFAULT_KERNEL_VERSION: &str = "v6.1";
const DEFAULT_CPU_BRAND: &str = "Cortex-A72";
Expand Down

0 comments on commit deee2db

Please sign in to comment.