Index: trunk/DataStoreServer/scripts/dsreg
===================================================================
--- trunk/DataStoreServer/scripts/dsreg	(revision 18572)
+++ trunk/DataStoreServer/scripts/dsreg	(revision 18737)
@@ -174,5 +174,5 @@
 
     if (!$fs_row) {
-        print STDERR "Fileset '$fileset' not found under $product.\n";
+        print STDERR "Fileset '$fileset' not found in $product.\n";
         if ($force) {
             exit 0;
@@ -247,5 +247,5 @@
                         " AND prod_id = $prod_id", undef, ($fileset));
     if ($count != 0E0) {
-        print "Fileset '$fileset' already exists under $product.\n";
+        print STDERR "Fileset '$fileset' already exists in product $product.\n";
         exit 1;
     }
