- __d('cake_dev', 'Invalid join model settings in %s', $model->alias),
+ __d('cake_dev', 'Invalid join model settings in %s. The association parameter has the wrong type, expecting a string or array, but was passed type: %s', $this->alias, gettype($assoc)),