Changeset 18737 for trunk/DataStoreServer/scripts/dsreg
- Timestamp:
- Jul 25, 2008, 11:28:19 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/DataStoreServer/scripts/dsreg (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStoreServer/scripts/dsreg
r18572 r18737 174 174 175 175 if (!$fs_row) { 176 print STDERR "Fileset '$fileset' not found under$product.\n";176 print STDERR "Fileset '$fileset' not found in $product.\n"; 177 177 if ($force) { 178 178 exit 0; … … 247 247 " AND prod_id = $prod_id", undef, ($fileset)); 248 248 if ($count != 0E0) { 249 print "Fileset '$fileset' already exists under$product.\n";249 print STDERR "Fileset '$fileset' already exists in product $product.\n"; 250 250 exit 1; 251 251 }
Note:
See TracChangeset
for help on using the changeset viewer.
