mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed newline that comes with debug info
This commit is contained in:
parent
7ad0ec1a5c
commit
84b32f060e
@ -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…
Reference in New Issue
Block a user