Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-14 13:36:32 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-14 13:36:32 +0300
commitd1a35aa2a3b6a0a038496e06f56daf356cfd9adc (patch)
treed94274d3b7948cf8b5d9f3dfe6931ba870605ef3 /FelLib/Fel.cs
parent53f2e9bd15a113ff18134173b43eec3c07967fa3 (diff)
'Can't repack ramdisk' error on some systems should be gone now
Diffstat (limited to 'FelLib/Fel.cs')
-rw-r--r--FelLib/Fel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/FelLib/Fel.cs b/FelLib/Fel.cs
index 63fbee54..549e71b8 100644
--- a/FelLib/Fel.cs
+++ b/FelLib/Fel.cs
@@ -370,7 +370,7 @@ namespace com.clusterrr.FelLib
}
#if DEBUG
- private static void DebugLog(string text)
+ public static void DebugLog(string text)
{
Console.WriteLine(text);
try