diff audioDB.cpp @ 300:f08c66ae8207

Corrected error message in audioDB line 332
author mas01tc
date Fri, 01 Aug 2008 15:48:40 +0000
parents 3bb4d850557b
children 8764d114ce80
line wrap: on
line diff
--- a/audioDB.cpp	Fri Aug 01 15:45:10 2008 +0000
+++ b/audioDB.cpp	Fri Aug 01 15:48:40 2008 +0000
@@ -329,7 +329,7 @@
     inFile=args_info.featureList_arg;
     if(args_info.keyList_given)
       if(!args_info.featureList_given)
-	error("INSERT: '-K key' argument depends on '-F feature list'");
+	error("BATCHINSERT: '-K keyList' argument depends on '-F featureList'");
       else
 	key=args_info.key_arg;     // INCONSISTENT NO CHECK