2019-06-25 Fred Gleason <fredg@paravelsystems.com>

* Adjusted to priority of 'operations' system events to use
	LOG_INFO priority.
This commit is contained in:
Fred Gleason
2019-06-25 15:08:12 -04:00
parent 338fd54796
commit ac4d9305bc
23 changed files with 83 additions and 79 deletions

View File

@@ -50,7 +50,7 @@ void Xport::SaveString()
//
// Process Request
//
rda->syslog(LOG_NOTICE,"SAVESTRING: |%s|",(const char *)string.utf8());
rda->syslog(LOG_INFO,"SAVESTRING: |%s|",(const char *)string.utf8());
printf("Content-type: application/xml; charset: UTF-8\n");
printf("Status: 200\n\n");
printf("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");