summaryrefslogtreecommitdiff
path: root/gpt.cc
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2018-04-29 16:23:49 -0400
committerRod Smith <rodsmith@rodsbooks.com>2018-04-29 16:23:49 -0400
commit5e490b279f313bf2138d99a12f3fbed299d4ac2e (patch)
treeaeda15397d57ce7dddc38f85e7607b3a74ee5de7 /gpt.cc
parent643126a53c3213ad8ae5c787836c1ec074d14eba (diff)
downloadsgdisk-5e490b279f313bf2138d99a12f3fbed299d4ac2e.tar.gz
Changed "Creating new GPT entries" message to "Creating new GPT
entries in memory" because the latter is clearer and more precise.
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 03a2156..28c52a7 100644
--- a/gpt.cc
+++ b/gpt.cc
@@ -1593,7 +1593,7 @@ WhichToUse GPTData::UseWhichPartitions(void) {
} // if GPT corrupt
if (which == use_new)
- cout << "Creating new GPT entries.\n";
+ cout << "Creating new GPT entries in memory.\n";
return which;
} // UseWhichPartitions()