mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user