summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-12-04 14:43:21 -0800
committerPatrick Venture <venture@google.com>2018-12-04 14:43:56 -0800
commit7bb7a774544ca81b7a747f3014d3c23ce25ea848 (patch)
tree0bf4063caffe44df258b8a257690440f5cb05997
parent41fbf0b0c228205828823dd98ce5a5181527c429 (diff)
downloadphosphor-logging-7bb7a774544ca81b7a747f3014d3c23ce25ea848.tar.gz
phosphor-logging-7bb7a774544ca81b7a747f3014d3c23ce25ea848.zip
bugfix: rename method to match implementation
The object was renamed and the change didn't propogate. Change-Id: Ia4868b426ab187187a05bd0047ac8c7a98aa984b Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--phosphor-logging/sdjournal.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/phosphor-logging/sdjournal.hpp b/phosphor-logging/sdjournal.hpp
index 6aa2394..78820fb 100644
--- a/phosphor-logging/sdjournal.hpp
+++ b/phosphor-logging/sdjournal.hpp
@@ -66,7 +66,7 @@ extern SdJournalHandler* sdjournal_ptr;
* @param[in] with - pointer to your sdjournal_mock object.
* @return pointer to the previously stored sdjournal_ptr.
*/
-SdJournalHandler* SwapJouralImpl(SdJournalHandler* with);
+SdJournalHandler* SwapJouralHandler(SdJournalHandler* with);
} // namespace logging
} // namespace phosphor
OpenPOWER on IntegriCloud