IT SHOULD BE /var/log/messages! AH HA!

This commit is contained in:
Kat R. 2021-08-02 23:41:16 -05:00
parent a5122acea9
commit 6b3dc0818a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ int main(int argc, char ** argv) {
}
int i = 1;
FILE * log = fopen("/var/log/syslog", "a+");
FILE * log = fopen("/var/log/messages", "a+");
if(log == NULL) {
return 1;
}