diff --git a/matlab/print_info.m b/matlab/print_info.m
index 9a20d5429d12fe6eb46c1af9f1f14622f257c58d..7c2acc61044b2c188821bc0da08d27e7410e400a 100644
--- a/matlab/print_info.m
+++ b/matlab/print_info.m
@@ -56,6 +56,8 @@ if ~noprint
         error('The steady state is complex.')
       case 30 
         error('Variance can''t be computed')
+      case 43
+        error('Covariance matrix of shocks is not positive definite')
       case 51
         error('You are estimating a DSGE-VAR model, but the value of the dsge prior weight is too low!')
       otherwise