mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
Merge pull request #981 from csoler/v0.6.3
removed newline that comes with debug info
This commit is contained in:
commit
4b820a055c
@ -126,8 +126,10 @@ bool RsGxsMessageCleanUp::clean()
|
||||
std::cerr << " Scheduling for removal." << std::endl;
|
||||
#endif
|
||||
}
|
||||
#ifdef DEBUG_GXSUTIL
|
||||
else
|
||||
std::cerr << std::endl;
|
||||
#endif
|
||||
|
||||
delete meta;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user