Changed logging and credits
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* HATS Installer - Filesystem operations with file logging
|
||||
* OmniNX Installer - Filesystem operations with file logging
|
||||
* Based on HATS Installer
|
||||
*/
|
||||
|
||||
#include "fs.h"
|
||||
@@ -23,7 +24,7 @@ void log_init(const char *path) {
|
||||
int res = f_open(&log_file, path, FA_WRITE | FA_CREATE_ALWAYS);
|
||||
if (res == FR_OK) {
|
||||
log_enabled = true;
|
||||
log_write("=== HATS Installer Log ===\n\n");
|
||||
log_write("=== OmniNX Installer Log ===\n\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user