diff --git a/colorchord2/parameters.c b/colorchord2/parameters.c index 3800694..05ae639 100644 --- a/colorchord2/parameters.c +++ b/colorchord2/parameters.c @@ -137,6 +137,7 @@ static int SetParameter( struct Param * p, const char * str ) void RegisterValue( const char * name, enum ParamType t, void * ptr, int size ) { + printf("[SDE] Registering parameter %s\n", name); Init(); struct Param * p = (struct Param*)HashGetEntry( parameters, name );