Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 16471)
+++ trunk/ippTools/src/pxtables.c	(revision 16508)
@@ -114,5 +114,7 @@
     PS_ASSERT_PTR_NON_NULL(config, false);
 
-    fprintf (stdout, "*** delete the chip tables? ***\n");
+    psString dbName = psMetadataLookupStr(&status, config->modules->site, "DBNAME");
+
+    fprintf (stdout, "*** delete the chip tables from database %s? ***\n", dbName);
     fprintf (stdout, "*** to delete the tables, answer YES, and give password ***\n");
     fprintf (stdout, "*** WARNING: this action is permanent ***\n\n");
