diff --git a/matlab/print_info.m b/matlab/print_info.m
index f87d712efa005732d2b87034d8355efe7d0466bd..d6e0a0c8775faf304e9a139b97f23cb41e0b6e97 100644
--- a/matlab/print_info.m
+++ b/matlab/print_info.m
@@ -75,6 +75,8 @@ if ~noprint
         error('Covariance matrix of shocks is not positive definite')
       case 44 %DsgeLikelihood_hh / dsge_likelihood
         error('The covariance matrix of the measurement errors is not positive definite.');
+      case 45 %DsgeLikelihood_hh / dsge_likelihood
+        error('Likelihood is not a number (NaN) or a complex number');
       case 51
         error('You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!')
       case 52 %DsgeVarLikelihood