IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16508


Ignore:
Timestamp:
Feb 15, 2008, 9:52:05 AM (18 years ago)
Author:
eugene
Message:

report db to be deleted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtables.c

    r16471 r16508  
    114114    PS_ASSERT_PTR_NON_NULL(config, false);
    115115
    116     fprintf (stdout, "*** delete the chip tables? ***\n");
     116    psString dbName = psMetadataLookupStr(&status, config->modules->site, "DBNAME");
     117
     118    fprintf (stdout, "*** delete the chip tables from database %s? ***\n", dbName);
    117119    fprintf (stdout, "*** to delete the tables, answer YES, and give password ***\n");
    118120    fprintf (stdout, "*** WARNING: this action is permanent ***\n\n");
Note: See TracChangeset for help on using the changeset viewer.