printing with debug


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@565 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/NativeReal.c b/skeletons/NativeReal.c
index 09d3e2c..ae33d64 100644
--- a/skeletons/NativeReal.c
+++ b/skeletons/NativeReal.c
@@ -109,7 +109,7 @@
 	rval.code = RC_OK;
 	rval.consumed += length;
 
-	ASN_DEBUG("Took %ld/%ld bytes to encode %s (%d)",
+	ASN_DEBUG("Took %ld/%ld bytes to encode %s (%f)",
 		(long)rval.consumed, (long)length, td->name, *Dbl);
 
 	return rval;