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

View File

@ -579,6 +579,7 @@ int prepareDataFile(pScanData self)
}
snprintf(pBueffel, 511, "Writing data file: %s ...", pPtr);
SCWrite(self->pCon, pBueffel, eLog);
LogUserInfo(self->pCon);
strcpy(self->pFile, pPtr);
free(pPtr);
return 1;