mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-05 18:40:16 -06:00
EggsFS -> TernFS rename
Things not done because probably disruptive: * kmod filesystem string * sysctl/debugfs/trace * metrics names * xmon instance names Some of these might be renamed too, but starting with a relatively safe set.
This commit is contained in:
committed by
Francesco Mazzoli
parent
491c3628ff
commit
110705db8d
@@ -178,7 +178,7 @@ std::string removeTemplates(const std::string & s) {
|
||||
|
||||
}
|
||||
|
||||
const char *EggsException::what() const throw() {
|
||||
const char *TernException::what() const throw() {
|
||||
return _msg.c_str();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user