Fix a typo in the debug malloc usage info

Change-Id: I010fdc6c228a5f64edfef1c267cde7a2eef5190b
This commit is contained in:
Tamas Berghammer 2016-08-26 12:34:16 +01:00
parent 42d24ca818
commit 545808a608
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ void PropertyParser::LogUsage() {
error_log(" recorded. of frames to capture. The default value is %zu.", DEFAULT_RECORD_ALLOCS); error_log(" recorded. of frames to capture. The default value is %zu.", DEFAULT_RECORD_ALLOCS);
error_log(" If the allocation list fills up, all further allocations are not recorded."); error_log(" If the allocation list fills up, all further allocations are not recorded.");
error_log(""); error_log("");
error_log(" record_alloc_file[=FILE]"); error_log(" record_allocs_file[=FILE]");
error_log(" This option only has meaning if the record_allocs options has been specified."); error_log(" This option only has meaning if the record_allocs options has been specified.");
error_log(" This is the name of the file to which recording information will be dumped."); error_log(" This is the name of the file to which recording information will be dumped.");
error_log(" The default is %s.", DEFAULT_RECORD_ALLOCS_FILE); error_log(" The default is %s.", DEFAULT_RECORD_ALLOCS_FILE);