Skip to content

Commit 3f1af67

Browse files
authored
[Download] Modify debug statments to verify coverage exclusion (#7554)
1 parent 3a6eb23 commit 3f1af67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tizen.Content.Download/Tizen.Content.Download/CacheManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static public uint MaxCacheSize
6565
int ret = Interop.Download.GetDownloadCacheMaxSize(out maxCacheSize);
6666
if (ret != (int)DownloadError.None)
6767
{
68-
DownloadErrorFactory.ThrowException(ret, "Failed to get max size of cache");
68+
DownloadErrorFactory.ThrowException(ret, "Failed to get maximum size of cache");
6969
}
7070
return maxCacheSize;
7171
}

0 commit comments

Comments
 (0)