Added nagging output about a user name when saving scan data files

This commit is contained in:
2017-02-24 11:11:42 +01:00
parent 2673bb3b6d
commit e8ae653095
4 changed files with 31 additions and 1 deletions

1
ofac.c
View File

@ -127,6 +127,7 @@ static void InitIniCommands(SicsInterp * pInter)
PCMD("wait", UserWait);
PCMD("yield", UserYield);
PCMD("checksum", CheckSum);
PCMD("loguserinfo", LogUserInfoWrapper);
/* startup commands in alphabetic order */
SCMD("allowexec", AllowExec);