diff --git a/daemon.py b/daemon.py index 27a4f654f..e0ba5501a 100644 --- a/daemon.py +++ b/daemon.py @@ -3457,7 +3457,7 @@ class PubServer(BaseHTTPRequestHandler): fields=extractTextFieldsInPOST(postBytes,boundary,self.server.debug) #debug if postType=='newquestion': - print("QUESTION: fields "str(fields)) + print("QUESTION: fields "+str(fields)) if self.server.debug: if fields: print('DEBUG: text field extracted from POST '+str(fields))