mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
Merge pull request #981 from csoler/v0.6.3
removed newline that comes with debug info
This commit is contained in:
commit
4b820a055c
1 changed files with 2 additions and 0 deletions
|
@ -126,8 +126,10 @@ bool RsGxsMessageCleanUp::clean()
|
||||||
std::cerr << " Scheduling for removal." << std::endl;
|
std::cerr << " Scheduling for removal." << std::endl;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#ifdef DEBUG_GXSUTIL
|
||||||
else
|
else
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
delete meta;
|
delete meta;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue