| Index: chrome/browser/sync_file_system/drive/metadata_db_migration_util.cc
|
| diff --git a/chrome/browser/sync_file_system/drive/metadata_db_migration_util.cc b/chrome/browser/sync_file_system/drive/metadata_db_migration_util.cc
|
| index ff3733352bed5fe818584cac241cfcc54cc173dc..1c9a4f3438a2c239aea42dcc54fabb629bd5e369 100644
|
| --- a/chrome/browser/sync_file_system/drive/metadata_db_migration_util.cc
|
| +++ b/chrome/browser/sync_file_system/drive/metadata_db_migration_util.cc
|
| @@ -39,7 +39,7 @@ bool ParseV0FormatFileSystemURL(const GURL& url,
|
| if (!fileapi::FileSystemURL::ParseFileSystemSchemeURL(
|
| url, origin, &mount_type, &virtual_path) ||
|
| mount_type != fileapi::kFileSystemTypeExternal) {
|
| - NOTREACHED() << "Failed to parse filesystem scheme URL";
|
| + NOTREACHED() << "Failed to parse filesystem scheme URL " << url.spec();
|
| return false;
|
| }
|
|
|
|
|