Index: mx.c =================================================================== --- mx.c (revision 48) +++ mx.c (working copy) @@ -1138,7 +1138,7 @@ BMI_mx_get_info(int option, void *inout_ { int ret = 0; - debug(BMX_DB_FUNC, "entering %s", __func__); + debug(BMX_DB_FUNC, "entering %s with option=%d", __func__, option); switch(option) { case BMI_CHECK_MAXSIZE: @@ -1151,7 +1151,7 @@ BMI_mx_get_info(int option, void *inout_ default: ret = -BMI_ENOSYS; } - debug(BMX_DB_FUNC, "leaving %s", __func__); + debug(BMX_DB_FUNC, "leaving %s with ret=%d", __func__, ret); return ret; }