status: rename long-format print routines
authorJeff Hostetler <jeffhost@microsoft.com>
Fri, 5 Aug 2016 22:00:26 +0000 (18:00 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2016 22:45:47 +0000 (15:45 -0700)
Rename the various wt_status_print*() routines to be
wt_longstatus_print*() to make it clear that these
routines are only concerned with the normal/long
status output and reduce developer confusion as other
status formats are added in the future.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found