Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37837429
en ru br
ALT Linux repos
S:0.2.3-alt9

Group :: System/Configuration/Boot and Init
RPM: e4rat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: e4rat-0.2.3-alt-gcc6.patch
Download


diff --git a/e4rat/src/logging.hh b/e4rat/src/logging.hh
index 421c612..0a92755 100644
--- a/e4rat/src/logging.hh
+++ b/e4rat/src/logging.hh
@@ -93,7 +93,7 @@ extern Logging logger;
 #define dump_log(...) logger.write(__VA_ARGS__)
 
 #ifdef DEBUG_ENABLED
-    #define debug(format,args...) dump_log(Debug, "%s:%d in %s(): "format, __FILE__, __LINE__, __FUNCTION__, ## args)
+    #define debug(format,args...) dump_log(Debug, "%s:%d in %s(): " format, __FILE__, __LINE__, __FUNCTION__, ## args)
 #else
     #define debug(format,args...)
 #endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin