diff --git a/libretroshare/src/pqi/pqiperson.cc b/libretroshare/src/pqi/pqiperson.cc index 55a747a1e..78c97b15c 100644 --- a/libretroshare/src/pqi/pqiperson.cc +++ b/libretroshare/src/pqi/pqiperson.cc @@ -242,6 +242,7 @@ int pqiperson::notifyEvent(NetInterface *ni, int newState) { if (!(it->second)->thisNetInterface(ni)) { + std::ostringstream out; out << "Resetting pqi ref : " << &(it->second) << std::endl; pqioutput(PQL_DEBUG_BASIC, pqipersonzone, out.str()); it->second->reset();