summaryrefslogtreecommitdiff
path: root/gpt.cc
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2012-03-23 12:49:15 -0400
committersrs5694 <srs5694@users.sourceforge.net>2012-03-23 12:49:15 -0400
commit3488294d718a0e8b7f312c80c9e5729671173f6a (patch)
tree0f2465bb32f80427284c7239d301b83ad0c2140c /gpt.cc
parente842bc135131778a8363a5dc8a39641a63530270 (diff)
downloadsgdisk-3488294d718a0e8b7f312c80c9e5729671173f6a.tar.gz
GPT fdisk 0.8.3 release; minor bug fixes & feature changes.
Diffstat (limited to 'gpt.cc')
-rw-r--r--gpt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt.cc b/gpt.cc
index 823f32f..f83d72e 100644
--- a/gpt.cc
+++ b/gpt.cc
@@ -1031,7 +1031,7 @@ int GPTData::SaveGPTData(int quiet) {
<< "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