summaryrefslogtreecommitdiff
path: root/gptpart.cc
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2013-02-14 20:47:14 -0500
committersrs5694 <srs5694@users.sourceforge.net>2013-02-14 20:47:14 -0500
commitf5dfbfa418675ca862408e4fb2240b21dd07d558 (patch)
tree8c2f35341fb4723f664d385f158fd4d80961cf70 /gptpart.cc
parentdf231c1bdaf322c13c060d6acfbf2f7ed1c98d2c (diff)
downloadsgdisk-f5dfbfa418675ca862408e4fb2240b21dd07d558.tar.gz
Change to alignment code in sgdisk.
Diffstat (limited to 'gptpart.cc')
-rw-r--r--gptpart.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gptpart.cc b/gptpart.cc
index bbd28ae..4b8c369 100644
--- a/gptpart.cc
+++ b/gptpart.cc
@@ -114,7 +114,6 @@ void GPTPart::SetName(const string & theName) {
// Set the name for a partition to theName, using a Unicode string as
// input.
void GPTPart::SetName(const UnicodeString & theName) {
- cout << "Entering GPTPart::SetName(const UnicodeString...)\n";
if (theName.isBogus()) {
cerr << "Bogus UTF-16 name found in GPTPart::SetName()! Name not changed!\n";
} else {