GPT fdisk 0.8.3 release; minor bug fixes & feature changes.
diff --git a/gpt.cc b/gpt.cc
index 823f32f..f83d72e 100644
--- a/gpt.cc
+++ b/gpt.cc
@@ -1031,7 +1031,7 @@
            << "PARTITIONS!!\n\nDo you want to proceed? ";
       answer = GetYN();
       if (answer == 'Y') {
-         cout << "OK; writing new GUID partition table (GPT).\n";
+         cout << "OK; writing new GUID partition table (GPT) to " << myDisk.GetName() << ".\n";
       } else {
          allOK = 0;
       } // if/else