From 5e490b279f313bf2138d99a12f3fbed299d4ac2e Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Sun, 29 Apr 2018 16:23:49 -0400 Subject: Changed "Creating new GPT entries" message to "Creating new GPT entries in memory" because the latter is clearer and more precise. --- gpt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpt.cc') 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() -- cgit v1.2.1