Opened 16 years ago

Closed 16 years ago

#2457 closed defect (fixed)

missing newline at end of msDebug() in msFreeMap()

Reported by: richf Owned by: sdlime
Priority: lowest Milestone: 5.0.1 release
Component: MapServer C Library Version: 5.0
Severity: trivial Keywords:
Cc:

Description

at mapobject.c:84 in mapserver-5.0.0:

  if (map->debug >= MS_DEBUGLEVEL_VV)
     msDebug("msFreeMap(): freeing map at %p.",map);
  /*printf("msFreeMap(): freeing map at %p.\n",map);*/

fairly trivial, and i realize it's a bit nitpicking, but it seems that all of the other msDebug() instances i've looked at end in \n, and the alternative commented out printf() form here has it too.

Change History (1)

comment:1 by sdlime, 16 years ago

Milestone: 5.0.1 release
Resolution: fixed
Status: newclosed

Fixed in 5.0 branch. Looks like Frank already cleaned that up in the trunk.

Steve

Note: See TracTickets for help on using tickets.