Просмотр исходного кода

ncd: NCDInterpProcess: Be more informative when encountering unsupported expression types.

Ambroz Bizjak 11 лет назад
Родитель
Сommit
922a793239
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      ncd/NCDInterpProcess.c

+ 1 - 0
ncd/NCDInterpProcess.c

@@ -152,6 +152,7 @@ static int convert_value_recurser (NCDPlaceholderDb *pdb, NCDStringIndex *string
         } break;
         
         default:
+            BLog(BLOG_ERROR, "expression type not supported");
             goto fail;
     }