mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-16 04:43:41 +00:00
* qConnectionPage.xaml.cs:
* QFinder.cs: Update zeroconf string * README.md: * packages.config: * qController.iOS.csproj: * qController.Droid.csproj: * qController.csproj: Update Dependencies * QStorage.cs: Update Log Level
This commit is contained in:
@@ -55,7 +55,7 @@ namespace qController
|
||||
public static bool Contains(string name, string address){
|
||||
foreach (var item in qInstances)
|
||||
{
|
||||
//Log.Debug("Item name: " + item.name + " Found Name: " + name);
|
||||
Log.Information("Item name: " + item.name + " Found Name: " + name);
|
||||
if (item.address == address)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user