Skip to content

Commit

Permalink
Update allsky_common.cpp: addMessage.sh change
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Nov 27, 2024
1 parent 9d171ce commit 64eedba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/allsky_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void Log(int required_level, const char *fmt, ...)
}

char command[sizeof(msg) + 100];
snprintf(command, sizeof(command)-1, "%s/scripts/addMessage.sh %s '%s'",
snprintf(command, sizeof(command)-1, "%s/scripts/addMessage.sh --type %s '%s'",
CG.allskyHome, severity, msg);
Log(4, "Executing %s\n", command);
(void) system(command);
Expand Down

0 comments on commit 64eedba

Please sign in to comment.