diff --git a/spa/include/spa/debug/format.h b/spa/include/spa/debug/format.h index 2f2f1ffa4..6f9e0a3be 100644 --- a/spa/include/spa/debug/format.h +++ b/spa/include/spa/debug/format.h @@ -69,7 +69,7 @@ spa_debug_format_value(const struct spa_type_info *info, spa_debugn("%f", *(float *) body); break; case SPA_TYPE_Double: - spa_debugn("%g", *(double *) body); + spa_debugn("%f", *(double *) body); break; case SPA_TYPE_String: spa_debugn("%s", (char *) body);