Ticket #2457 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

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

Reported by: richf Assigned to: 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

12/27/07 14:18:48 changed by sdlime

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 5.0.1 release.

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

Steve