changeset 1318:f8c45f7aac79

Add a message.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 20 Aug 2017 03:43:23 +0300
parents 2772c16622bb
children ddcafd2ae6ad
files tools/xm2jss.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/xm2jss.c	Sun Aug 20 02:14:02 2017 +0300
+++ b/tools/xm2jss.c	Sun Aug 20 03:43:23 2017 +0300
@@ -933,7 +933,6 @@
     dmMsg(1, "%d used patterns (%d unused).\n",
         r->npatterns, unused);
 
-
     //
     // Re-map instruments
     //
@@ -1099,6 +1098,7 @@
     //
     // Remap orders list
     //
+    dmMsg(1, "Remapping orders list.\n");
     for (i = 0; i < m->norders; i++)
     {
         r->orderList[i] = mapPatterns[m->orderList[i]];