зеркало из https://github.com/mozilla/gecko-dev.git
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
This commit is contained in:
Родитель
4b329258b0
Коммит
031be859cd
|
@ -35,11 +35,6 @@
|
|||
#include "nsIDocShellTreeNode.h"
|
||||
#include "nsIDocShellLoadInfo.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nslog.h"
|
||||
|
||||
NS_IMPL_LOG(nsSHistoryLog)
|
||||
#define PRINTF NS_LOG_PRINTF(nsSHistoryLog)
|
||||
#define FLUSH NS_LOG_FLUSH(nsSHistoryLog)
|
||||
|
||||
//*****************************************************************************
|
||||
//*** nsSHistory: Object Management
|
||||
|
@ -268,10 +263,10 @@ nsSHistory::PrintHistory()
|
|||
|
||||
nsString titlestr(title);
|
||||
titleCStr = titlestr.ToNewCString();
|
||||
PRINTF("**** SH Transaction #%d, Entry = %x\n", index, entry.get());
|
||||
PRINTF("\t\t URL = %s\n", url);
|
||||
PRINTF("\t\t Title = %s\n", titleCStr);
|
||||
PRINTF("\t\t layout History Data = %x\n", layoutHistoryState);
|
||||
printf("**** SH Transaction #%d, Entry = %x\n", index, entry.get());
|
||||
printf("\t\t URL = %s\n", url);
|
||||
printf("\t\t Title = %s\n", titleCStr);
|
||||
printf("\t\t layout History Data = %x\n", layoutHistoryState);
|
||||
Recycle(titleCStr);
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче