2
0

Present site details.

This commit is contained in:
Maarten Billemont
2018-10-29 19:00:07 +01:00
parent 14387a2310
commit 98d0d7a497
5 changed files with 57 additions and 21 deletions

View File

@@ -238,7 +238,7 @@ int main(const int argc, char *const argv[]) {
if (operation.site) {
dbg( "siteName : %s", operation.site->name );
dbg( "siteCounter : %u", operation.siteCounter );
dbg( "resultType : %s (%u)", mpw_nameForType( operation.resultType ), operation.resultType );
dbg( "resultType : %s (%u)", mpw_shortNameForType( operation.resultType ), operation.resultType );
dbg( "resultParam : %s", operation.resultParam );
dbg( "keyPurpose : %s (%u)", mpw_nameForPurpose( operation.keyPurpose ), operation.keyPurpose );
dbg( "keyContext : %s", operation.keyContext );