summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-31 15:40:56 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-31 15:40:56 +0200
commit1fd72405af207bc539d6982034f5d14115f07726 (patch)
tree191b2e5d2511d81b16be46658837f44478ef7197 /lib/Utils/DebugDump.cpp
parent231f21407d074e1ebb9699ee54fdc5f5a169e71c (diff)
downloadabrt-1fd72405af207bc539d6982034f5d14115f07726.tar.gz
abrt-1fd72405af207bc539d6982034f5d14115f07726.tar.xz
abrt-1fd72405af207bc539d6982034f5d14115f07726.zip
fix whitespace
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/DebugDump.cpp')
-rw-r--r--lib/Utils/DebugDump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/DebugDump.cpp b/lib/Utils/DebugDump.cpp
index 2d8da1ac..8b3d27d7 100644
--- a/lib/Utils/DebugDump.cpp
+++ b/lib/Utils/DebugDump.cpp
@@ -316,7 +316,7 @@ void CDebugDump::Create(const char *pDir, uid_t uid)
if (chown(m_sDebugDumpDir.c_str(), m_uid, m_gid) == -1)
{
perror_msg("can't change '%s' ownership to %lu:%lu", m_sDebugDumpDir.c_str(),
- (long)m_uid, (long)m_gid);
+ (long)m_uid, (long)m_gid);
}
SaveText(CD_UID, to_string(uid).c_str());