diff options
| author | 2016-03-15 13:40:33 -0700 | |
|---|---|---|
| committer | 2016-03-15 13:40:33 -0700 | |
| commit | 26bd34c984f11dcfc241fecf7858d16f87f3bc1a (patch) | |
| tree | 4b260c795070f0774a32943763e37286b0c62c32 /cmds/dumpstate/dumpstate.cpp | |
| parent | d44b290d77e0c08e2ea3cca5f5afe4864f4dd0ea (diff) | |
Added zip location on log message.
BUG: 27660862
Change-Id: I6e9dc816955762fde0d4ddb9ac4cbf12b607cbbd
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
| -rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index c93d0e5118..f0fb856a00 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1168,8 +1168,8 @@ int main(int argc, char *argv[]) { log_path.c_str(), tmp_path.c_str(), screenshot_path.c_str()); if (do_zip_file) { - MYLOGD("Creating initial .zip file\n"); path = bugreport_dir + "/" + base_name + "-" + suffix + ".zip"; + MYLOGD("Creating initial .zip file (%s)\n", path.c_str()); create_parent_dirs(path.c_str()); zip_file.reset(fopen(path.c_str(), "wb")); if (!zip_file) { |