diff options
Diffstat (limited to 'tools/pmrfc3164.c')
-rw-r--r-- | tools/pmrfc3164.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pmrfc3164.c b/tools/pmrfc3164.c index 5dfa74f0..23c8766c 100644 --- a/tools/pmrfc3164.c +++ b/tools/pmrfc3164.c @@ -95,6 +95,7 @@ CODESTARTparse if(datetime.ParseTIMESTAMP3339(&(pMsg->tTIMESTAMP), &p2parse, &lenMsg) == RS_RET_OK) { /* we are done - parse pointer is moved by ParseTIMESTAMP3339 */; } else if(datetime.ParseTIMESTAMP3164(&(pMsg->tTIMESTAMP), &p2parse, &lenMsg) == RS_RET_OK) { +dbgprintf("DDDD: timestamp parsed, dfltTZ '%s'\n", pMsg->dfltTZ); /* we are done - parse pointer is moved by ParseTIMESTAMP3164 */; } else if(*p2parse == ' ' && lenMsg > 1) { /* try to see if it is slighly malformed - HP procurve seems to do that sometimes */ ++p2parse; /* move over space */ |