summaryrefslogtreecommitdiff
path: root/Source/CPack/cmCPackSTGZGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-02 16:14:21 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-02 16:14:21 -0500
commitbbf1c2d275ce58a76cfe5d3a6539a3bb490456b7 (patch)
tree73ebeba061fde907454361a8d51e7f9ddadbaa81 /Source/CPack/cmCPackSTGZGenerator.cxx
parent9d0f86d7d017aa00420800bd72e00d45681710c9 (diff)
downloadcmake-bbf1c2d275ce58a76cfe5d3a6539a3bb490456b7.tar.gz
ENH: More improvements and add logging
Diffstat (limited to 'Source/CPack/cmCPackSTGZGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackSTGZGenerator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackSTGZGenerator.cxx b/Source/CPack/cmCPackSTGZGenerator.cxx
index e672f031ff..6987fa81f4 100644
--- a/Source/CPack/cmCPackSTGZGenerator.cxx
+++ b/Source/CPack/cmCPackSTGZGenerator.cxx
@@ -22,6 +22,7 @@
#include "cmLocalGenerator.h"
#include "cmSystemTools.h"
#include "cmMakefile.h"
+#include "cmCPackLog.h"
//----------------------------------------------------------------------
@@ -49,6 +50,7 @@ int cmCPackSTGZGenerator::Initialize(const char* name)
//----------------------------------------------------------------------
int cmCPackSTGZGenerator::GenerateHeader(std::ostream* os)
{
+ cmCPackLogger(cmCPackLog::LOG_DEBUG, "Writing header" << std::endl);
*os
<< "#!/bin/sh" << std::endl
<< "echo \"" << this->GetOption("ProjectName")